Skip to main content
| 1 |
[device] |
| 2 |
name = "Polyend Tracker" |
| 3 |
manufacturer = "Polyend" |
| 4 |
version = "1.0" |
| 5 |
|
| 6 |
[audio] |
| 7 |
formats = ["wav"] |
| 8 |
sample_rates = [44100] |
| 9 |
bit_depths = [16] |
| 10 |
channels = "both" |
| 11 |
|
| 12 |
[naming] |
| 13 |
case = "upper" |
| 14 |
separator = "_" |
| 15 |
max_length = 8 |
| 16 |
strip_special = true |
| 17 |
|