Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
audiofiles
main
tag: launch-2026-06-01
Files
Commits
Issues
audiofiles
/
crates
/
audiofiles-rhai
/
plugins
/
bundled
/
op1
/
manifest.toml
254 B · 17 lines
History
Blame
Raw
1
[device]
2
name = "OP-1 / OP-1 Field"
3
manufacturer = "Teenage Engineering"
4
version = "1.0"
5
6
[audio]
7
formats = ["aiff"]
8
sample_rates = [44100]
9
bit_depths = [16]
10
channels = "mono"
11
12
[naming]
13
case = "lower"
14
separator = "_"
15
max_length = 11
16
strip_special = true
17