-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdefault_patcher.py
More file actions
44 lines (43 loc) · 1.05 KB
/
default_patcher.py
File metadata and controls
44 lines (43 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
"""Exposes a dictionary representation of a default patcher."""
# fmt: off
default_patcher = {
"fileversion": 1,
"appversion": {
"major": 8,
"minor": 6,
"revision": 0,
"architecture": "x64",
"modernui": 1,
},
"classnamespace": "box",
"rect": [84.0, 144.0, 640.0, 480.0],
"bglocked": 0,
"openinpresentation": 0,
"default_fontsize": 12.0,
"default_fontface": 0,
"default_fontname": "Arial",
"gridonopen": 1,
"gridsize": [15.0, 15.0],
"gridsnaponopen": 1,
"objectsnaponopen": 1,
"statusbarvisible": 2,
"toolbarvisible": 1,
"lefttoolbarpinned": 0,
"toptoolbarpinned": 0,
"righttoolbarpinned": 0,
"bottomtoolbarpinned": 0,
"toolbars_unpinned_last_save": 0,
"tallnewobj": 0,
"boxanimatetime": 200,
"enablehscroll": 1,
"enablevscroll": 1,
"devicewidth": 0.0,
"description": "",
"digest": "",
"tags": "",
"style": "",
"subpatcher_template": "",
"assistshowspatchername": 0,
"boxes": [],
"lines": [],
}