gen-rack

Create VCV Rack modules from gen~ exports
Log | Files | Refs | README | LICENSE

commit ee4e60b8992ff5f97f2283015e921fe6a19bc30e
parent 78637606f64fd4f9fad4e748d5df175493f57295
Author: Isabel Kaspriskie <ikaspriskie@gmail.com>
Date:   Wed,  5 May 2021 21:43:31 -0500

Delete utils

Diffstat:
Dutils/gen-rack-util.maxpat | 47-----------------------------------------------
Dutils/new-project.js | 0
Dutils/post-export.js | 0
3 files changed, 0 insertions(+), 47 deletions(-)

diff --git a/utils/gen-rack-util.maxpat b/utils/gen-rack-util.maxpat @@ -1,47 +0,0 @@ -{ - "patcher" : { - "fileversion" : 1, - "appversion" : { - "major" : 8, - "minor" : 1, - "revision" : 10, - "architecture" : "x64", - "modernui" : 1 - } -, - "classnamespace" : "box", - "rect" : [ 124.0, 172.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" : [ ], - "dependency_cache" : [ ], - "autosave" : 0 - } - -} diff --git a/utils/new-project.js b/utils/new-project.js diff --git a/utils/post-export.js b/utils/post-export.js