Add boilerplate files and licenses

This commit is contained in:
2026-07-13 04:39:10 +02:00
parent 69cabda489
commit fac7e80bb7
202 changed files with 23125 additions and 0 deletions

69
docs/EP40_FORMATS.md Normal file
View File

@@ -0,0 +1,69 @@
# PAD
```
{
"0": 0,
"1": 198,
"2": 0,
"3": 0,
"4": 0,
"5": 0,
"6": 0,
"7": 0,
"8": 193,
"9": 39,
"10": 0,
"11": 0,
"12": 0,
"13": 0,
"14": 2,
"15": 67,
"16": 42,
"17": 250,
"18": 0,
"19": 0,
"20": 255,
"21": 0,
"22": 0,
"23": 0,
"24": 60,
"25": 0,
"26": 23,
"27": 8,
"28": 252
}
```
# PATTERN
```
{
"0": 1,
"1": 8, // bars
"2": 255,
"3": 255,
"4": 20,
"5": 1,
// note
"6": 0,
"7": 0,
"8": 48,
"9": 60,
"10": 100,
"11": 40,
"12": 0,
"13": 8,
// note
"14": 0,
"15": 0,
"16": 64,
"17": 60,
"18": 100,
"19": 29,
"20": 0,
"21": 16,
...
}
```