-
Notifications
You must be signed in to change notification settings - Fork 0
/
mpc3000.aps.v3.ksy
251 lines (232 loc) · 4.89 KB
/
mpc3000.aps.v3.ksy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
meta:
id: mpc3000_aps_v3
file-extension: aps
endian: le
title: MPC60/3000 APS File Format (Version 3)
seq:
- id: file_id
contents: [0x0A]
doc: File ID, should be 10
- id: file_version
contents: [0x00]
- id: num_programs
type: u1
doc: Number of programs in file
- id: total_samples
type: u4
- id: file_name
type: str
terminator: 0x00
size: 17
encoding: ASCII
- id: active_program_number
type: u1
- id: stereo_mix_source
type: u1
enum: mix_source
- id: indiv_out_echo_send_mix_source
type: u1
enum: mix_source
- id: effects_source
type: u1
enum: mix_source
- id: record_live_mix_changes
type: u1
- id: center_pad_16_levels_if_param_tuning
type: u1
- id: audio_trigger_assign
type: u1
valid:
min: 0
max: 98
doc: 35-98 or 0
- id: effects_settings
type: effects_settings
- id: mixer_settings
type: mixer_settings
repeat: expr
repeat-expr: 64
- id: programs
type: program
repeat: expr
repeat-expr: num_programs
- id: sound_names
type: str
encoding: ASCII
terminator: 0x00
size: 17
repeat: expr
repeat-expr: 128
enums:
mix_source:
0: master
1: sequence
2: program
types:
sound_assignment:
enums:
sound_generator_mode:
0: normal
1: simultaneous
2: velocity_switch
3: decay_switch
poly_mode:
0: poly
1: mono
2: note_off
decay_mode:
0: start
1: end
note_variation_type:
0: tune
1: decay
2: attack
3: filter
seq:
- id: sound_number
type: u1
- id: sound_generator_mode
type: u1
enum: sound_generator_mode
- id: if_over1
type: u1
- id: use_also_plays1
type: u1
- id: if_over2
type: u1
- id: use_also_plays2
type: u1
- id: poly
enum: poly_mode
type: u1
- id: cutoff1
type: u1
- id: cutoff2
type: u1
- id: tune
type: u2
- id: attack
type: u1
- id: decay
type: u1
- id: decay_mode
type: u1
enum: decay_mode
- id: filter_frequency
type: u1
- id: filter_resonance
type: u1
- id: filter_envel_attack
type: u1
- id: filter_envel_decay
type: u1
- id: filter_envel_amount
type: u1
- id: veloc_mod_of_volume
type: u1
- id: veloc_mod_of_attack
type: u1
- id: veloc_mod_of_soft_start
type: u1
- id: veloc_mod_of_filter_freq
type: u1
- id: param
type: u1
enum: note_variation_type
mixer_settings:
seq:
- id: stereo_mix_volume
type: u1
- id: stereo_mix_pan
type: u1
- id: echo_volume
type: u1
- id: out_assign_fol_ster
type: u1
program:
types:
pad_note_number_assignment:
seq:
- id: note_number
type: u1
valid:
min: 35
max: 98
seq:
- id: program_name
type: str
size: 17
terminator: 0x00
encoding: ASCII
- id: note_variation
type: note_variation
- id: effects_settings
type: effects_settings
- id: sound_assignments
type: sound_assignment
repeat: expr
repeat-expr: 64
- id: mixer_settings
type: mixer_settings
repeat: expr
repeat-expr: 64
- id: pad_note_number_assignments
type: pad_note_number_assignment
repeat: expr
repeat-expr: 64
doc: Note number assignments for pads A01..D16
effects_settings:
seq:
- id: effects_on
type: b1
- type: b7
- type: u1
doc: Unused
- id: delay_volume_tap1
type: u1
- id: delay_volume_tap2
type: u1
- id: delay_volume_tap3
type: u1
- id: delay_pan_tap1
type: u1
- id: delay_pan_tap2
type: u1
- id: delay_pan_tap3
type: u1
- id: delay_msecs_tap1
type: u2
- id: delay_msecs_tap2
type: u2
- id: delay_msecs_tap3
type: u2
- size: 6
doc: Unused
- id: delay_feedback_tap1
type: u1
- id: delay_feedback_tap2
type: u1
- id: delay_feedback_tap3
type: u1
- size: 13
doc: Unused
note_variation:
seq:
- id: note_number_assignment
type: u1
- id: tuning_low_range
type: u1
- id: tuning_hi_range
type: u1
- id: attack_low_range
type: u1
- id: attack_hi_range
type: u1
- id: decay_low_range
type: u1
- id: decay_hi_range
type: u1
- id: filter_low_range
type: u1
- id: filter_hi_range
type: u1