max / audiofiles
| 1 | [device] |
| 2 | name = "Volca Sample 2" |
| 3 | manufacturer = "Korg" |
| 4 | version = "1.0" |
| 5 | |
| 6 | [audio] |
| 7 | formats = ["wav"] |
| 8 | sample_rates = [31250] |
| 9 | bit_depths = [16] |
| 10 | channels = "mono" |
| 11 | |
| 12 | [naming] |
| 13 | case = "lower" |
| 14 | separator = "_" |
| 15 | max_length = 32 |
| 16 | strip_special = true |
| 17 | |
| 18 | [limits] |
| 19 | max_sample_count = 100 |
| 20 |