]> git.sesse.net Git - mlt/blob - src/modules/jackrack/consumer_jack.yml
fix frei0r and ladspa loading for relocatable builds
[mlt] / src / modules / jackrack / consumer_jack.yml
1 schema_version: 0.1
2 type: consumer
3 identifier: jack
4 title: JACK
5 version: 1
6 copyright: Dan Dennedy
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12 parameters:
13   - identifier: channels
14     title: Channels
15     type: integer
16     minimum: 1
17     default: 2
18   - identifier: out_1
19     title: Send L
20     type: string
21   - identifier: out_2
22     title: Send R
23     type: string
24   - identifier: volume
25     title: Volume
26     type: float
27     minimum: 0.0
28     default: 1.0
29   - identifier: refresh
30     description: >
31       Applications should set this to update the video frame when paused.
32     type: integer
33     minimum: 0
34     maximum: 1