-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show how often abstractions are used in frozen devices
TODO: show other dependencies too
- Loading branch information
Mattijs Kneppers
committed
Sep 10, 2024
1 parent
c3467c0
commit 5fd5a8a
Showing
6 changed files
with
252 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"patcher" : { | ||
"fileversion" : 1, | ||
"appversion" : { | ||
"major" : 8, | ||
"minor" : 6, | ||
"revision" : 2, | ||
"architecture" : "x64", | ||
"modernui" : 1 | ||
} | ||
, | ||
"classnamespace" : "box", | ||
"rect" : [ 312.0, 228.0, 221.0, 176.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" : [ { | ||
"box" : { | ||
"id" : "obj-3", | ||
"maxclass" : "button", | ||
"numinlets" : 1, | ||
"numoutlets" : 1, | ||
"outlettype" : [ "bang" ], | ||
"parameter_enable" : 0, | ||
"patching_rect" : [ 113.0, 60.0, 24.0, 24.0 ] | ||
} | ||
|
||
} | ||
, { | ||
"box" : { | ||
"comment" : "", | ||
"id" : "obj-2", | ||
"index" : 1, | ||
"maxclass" : "outlet", | ||
"numinlets" : 1, | ||
"numoutlets" : 0, | ||
"patching_rect" : [ 40.0, 60.0, 30.0, 30.0 ] | ||
} | ||
|
||
} | ||
, { | ||
"box" : { | ||
"comment" : "", | ||
"id" : "obj-1", | ||
"index" : 1, | ||
"maxclass" : "inlet", | ||
"numinlets" : 0, | ||
"numoutlets" : 1, | ||
"outlettype" : [ "" ], | ||
"patching_rect" : [ 40.0, 22.0, 30.0, 30.0 ] | ||
} | ||
|
||
} | ||
], | ||
"lines" : [ { | ||
"patchline" : { | ||
"destination" : [ "obj-2", 0 ], | ||
"order" : 1, | ||
"source" : [ "obj-1", 0 ] | ||
} | ||
|
||
} | ||
, { | ||
"patchline" : { | ||
"destination" : [ "obj-3", 0 ], | ||
"order" : 0, | ||
"source" : [ "obj-1", 0 ] | ||
} | ||
|
||
} | ||
], | ||
"saved_attribute_attributes" : { | ||
"default_plcolor" : { | ||
"expression" : "" | ||
} | ||
|
||
} | ||
|
||
} | ||
|
||
} |