1schema_version: 0.2
2type: filter
3identifier: audiomap
4title: Remap Channels
5version: 1
6copyright: Meltytech, LLC
7creator: Maksym Veremeyenko
8license: LGPLv2.1
9language: en
10tags:
11  - Audio
12description: Copy/swap channels according to given mapping.
13parameters:
14  - identifier: '0'
15    title: Source of channel 0
16    type: integer
17    mutable: yes
18    minimum: 0
19    maximum: 31
20    default: 0
21
22  - identifier: '1'
23    title: Source of channel 1
24    type: integer
25    mutable: yes
26    minimum: 0
27    maximum: 31
28    default: 1
29
30  - identifier: '2'
31    title: Source of channel 2
32    type: integer
33    mutable: yes
34    minimum: 0
35    maximum: 31
36    default: 2
37
38  - identifier: '3'
39    title: Source of channel 3
40    type: integer
41    mutable: yes
42    minimum: 0
43    maximum: 31
44    default: 3
45
46  - identifier: '4'
47    title: Source of channel 4
48    type: integer
49    mutable: yes
50    minimum: 0
51    maximum: 31
52    default: 4
53
54  - identifier: '5'
55    title: Source of channel 5
56    type: integer
57    mutable: yes
58    minimum: 0
59    maximum: 31
60    default: 5
61
62  - identifier: '6'
63    title: Source of channel 6
64    type: integer
65    mutable: yes
66    minimum: 0
67    maximum: 31
68    default: 6
69
70  - identifier: '7'
71    title: Source of channel 7
72    type: integer
73    mutable: yes
74    minimum: 0
75    maximum: 31
76    default: 7
77
78  - identifier: '8'
79    title: Source of channel 8
80    type: integer
81    mutable: yes
82    minimum: 0
83    maximum: 31
84    default: 8
85
86  - identifier: '9'
87    title: Source of channel 9
88    type: integer
89    mutable: yes
90    minimum: 0
91    maximum: 31
92    default: 9
93
94  - identifier: '10'
95    title: Source of channel 10
96    type: integer
97    mutable: yes
98    minimum: 0
99    maximum: 31
100    default: 10
101
102  - identifier: '11'
103    title: Source of channel 11
104    type: integer
105    mutable: yes
106    minimum: 0
107    maximum: 31
108    default: 11
109
110  - identifier: '12'
111    title: Source of channel 12
112    type: integer
113    mutable: yes
114    minimum: 0
115    maximum: 31
116    default: 12
117
118  - identifier: '13'
119    title: Source of channel 13
120    type: integer
121    mutable: yes
122    minimum: 0
123    maximum: 31
124    default: 13
125
126  - identifier: '14'
127    title: Source of channel 14
128    type: integer
129    mutable: yes
130    minimum: 0
131    maximum: 31
132    default: 14
133
134  - identifier: '15'
135    title: Source of channel 15
136    type: integer
137    mutable: yes
138    minimum: 0
139    maximum: 31
140    default: 15
141
142  - identifier: '16'
143    title: Source of channel 16
144    type: integer
145    mutable: yes
146    minimum: 0
147    maximum: 31
148    default: 16
149
150  - identifier: '17'
151    title: Source of channel 17
152    type: integer
153    mutable: yes
154    minimum: 0
155    maximum: 31
156    default: 17
157
158  - identifier: '18'
159    title: Source of channel 18
160    type: integer
161    mutable: yes
162    minimum: 0
163    maximum: 31
164    default: 18
165
166  - identifier: '19'
167    title: Source of channel 19
168    type: integer
169    mutable: yes
170    minimum: 0
171    maximum: 31
172    default: 19
173
174  - identifier: '20'
175    title: Source of channel 20
176    type: integer
177    mutable: yes
178    minimum: 0
179    maximum: 31
180    default: 20
181
182  - identifier: '21'
183    title: Source of channel 21
184    type: integer
185    mutable: yes
186    minimum: 0
187    maximum: 31
188    default: 21
189
190  - identifier: '22'
191    title: Source of channel 22
192    type: integer
193    mutable: yes
194    minimum: 0
195    maximum: 31
196    default: 22
197
198  - identifier: '23'
199    title: Source of channel 23
200    type: integer
201    mutable: yes
202    minimum: 0
203    maximum: 31
204    default: 23
205
206  - identifier: '24'
207    title: Source of channel 24
208    type: integer
209    mutable: yes
210    minimum: 0
211    maximum: 31
212    default: 24
213
214  - identifier: '25'
215    title: Source of channel 25
216    type: integer
217    mutable: yes
218    minimum: 0
219    maximum: 31
220    default: 25
221
222  - identifier: '26'
223    title: Source of channel 26
224    type: integer
225    mutable: yes
226    minimum: 0
227    maximum: 31
228    default: 26
229
230  - identifier: '27'
231    title: Source of channel 27
232    type: integer
233    mutable: yes
234    minimum: 0
235    maximum: 31
236    default: 27
237
238  - identifier: '28'
239    title: Source of channel 28
240    type: integer
241    mutable: yes
242    minimum: 0
243    maximum: 31
244    default: 28
245
246  - identifier: '29'
247    title: Source of channel 29
248    type: integer
249    mutable: yes
250    minimum: 0
251    maximum: 31
252    default: 29
253
254  - identifier: '30'
255    title: Source of channel 30
256    type: integer
257    mutable: yes
258    minimum: 0
259    maximum: 31
260    default: 30
261
262  - identifier: '31'
263    title: Source of channel 31
264    type: integer
265    mutable: yes
266    minimum: 0
267    maximum: 31
268    default: 31
269