Skip to main content

max / audiofiles

368 B · 22 lines History Blame Raw
1 [device]
2 name = "SP-404 MKII"
3 manufacturer = "Roland"
4 version = "1.0"
5 category = "sampler"
6 notes = "Hold MIDI when powering on to mount as USB drive."
7
8 [audio]
9 formats = ["wav"]
10 sample_rates = [44100, 48000]
11 bit_depths = [16, 24]
12 channels = "both"
13
14 [naming]
15 case = "upper"
16 separator = "_"
17 max_length = 12
18 strip_special = true
19
20 [limits]
21 max_file_size_bytes = 134217728
22