From 42cbc5838c17de2e7222312d20aaa830a5ab6b51 Mon Sep 17 00:00:00 2001 From: tamat Date: Tue, 11 Apr 2023 08:57:53 +0200 Subject: [PATCH] just changing modes --- .eslintignore | 0 .eslintrc | 0 .gitignore | 0 .npmrc | 0 .prettierrc | 0 .vscode/extensions.json | 0 CONTRIBUTING.md | 0 build/litegraph.core.js | 0 build/litegraph.core.min.js | 0 build/litegraph.js | 0 build/litegraph.min.js | 0 build/litegraph_mini.js | 0 build/litegraph_mini.min.js | 0 csharp/LiteGraph.cs | 0 csharp/LiteGraphNodes.cs | 0 csharp/LiteGraphTest.cs | 0 csharp/SimpleJSON.cs | 0 csharp/graph.JSON | 0 csharp/readme.md | 0 doc/api.js | 0 doc/assets/css/external-small.png | Bin doc/assets/css/logo.png | Bin doc/assets/css/main.css | 0 doc/assets/favicon.ico | Bin doc/assets/img/spinner.gif | Bin doc/assets/index.html | 0 doc/assets/js/api-filter.js | 0 doc/assets/js/api-list.js | 0 doc/assets/js/api-search.js | 0 doc/assets/js/apidocs.js | 0 doc/assets/js/yui-prettify.js | 0 doc/assets/vendor/prettify/CHANGES.html | 0 doc/assets/vendor/prettify/COPYING | 0 doc/assets/vendor/prettify/README.html | 0 doc/assets/vendor/prettify/prettify-min.css | 0 doc/assets/vendor/prettify/prettify-min.js | 0 doc/classes/ContextMenu.html | 0 doc/classes/LGraph.html | 0 doc/classes/LGraphCanvas.html | 0 doc/classes/LGraphNode.html | 0 doc/classes/LiteGraph.html | 0 doc/classes/index.html | 0 doc/data.json | 0 doc/elements/index.html | 0 doc/files/.._src_litegraph.js.html | 0 doc/files/index.html | 0 doc/index.html | 0 doc/modules/index.html | 0 editor/demodata/audio.wav | Bin editor/demodata/impulse.wav | Bin editor/editor_mobile.html | 0 editor/examples/audio.json | 0 editor/examples/audio_delay.json | 0 editor/examples/audio_reverb.json | 0 editor/examples/benchmark.json | 0 editor/examples/features.json | 0 editor/examples/midi_generation.json | 0 editor/examples/subgraph.json | 0 editor/js/code.js | 0 editor/js/defaults.js | 0 editor/js/defaults_mobile.js | 0 editor/js/demos.js | 0 editor/js/libs/audiosynth.js | 0 editor/js/libs/gl-matrix-min.js | 0 editor/js/libs/litegl.js | 0 editor/js/libs/midi-parser.js | 0 gruntfile.js | 0 guides/README.md | 0 imgs/elephant.gif | Bin imgs/mynodes.png | Bin imgs/node_graph_example.png | Bin imgs/webglstudio.gif | Bin package.json | 2 +- src/litegraph.d.ts | 0 src/litegraph.js | 0 src/nodes/audio.js | 0 src/nodes/events.js | 0 src/nodes/geometry.js | 0 src/nodes/glshaders.js | 0 src/nodes/math3d.js | 0 src/nodes/midi.js | 0 src/nodes/network.js | 0 src/nodes/others.js | 0 src/nodes/strings.js | 0 utils/deploy_files_core.txt | 0 utils/deploy_files_mini.txt | 0 utils/server.js | 0 87 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .eslintignore mode change 100644 => 100755 .eslintrc mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .npmrc mode change 100644 => 100755 .prettierrc mode change 100644 => 100755 .vscode/extensions.json mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 build/litegraph.core.js mode change 100644 => 100755 build/litegraph.core.min.js mode change 100644 => 100755 build/litegraph.js mode change 100644 => 100755 build/litegraph.min.js mode change 100644 => 100755 build/litegraph_mini.js mode change 100644 => 100755 build/litegraph_mini.min.js mode change 100644 => 100755 csharp/LiteGraph.cs mode change 100644 => 100755 csharp/LiteGraphNodes.cs mode change 100644 => 100755 csharp/LiteGraphTest.cs mode change 100644 => 100755 csharp/SimpleJSON.cs mode change 100644 => 100755 csharp/graph.JSON mode change 100644 => 100755 csharp/readme.md mode change 100644 => 100755 doc/api.js mode change 100644 => 100755 doc/assets/css/external-small.png mode change 100644 => 100755 doc/assets/css/logo.png mode change 100644 => 100755 doc/assets/css/main.css mode change 100644 => 100755 doc/assets/favicon.ico mode change 100644 => 100755 doc/assets/img/spinner.gif mode change 100644 => 100755 doc/assets/index.html mode change 100644 => 100755 doc/assets/js/api-filter.js mode change 100644 => 100755 doc/assets/js/api-list.js mode change 100644 => 100755 doc/assets/js/api-search.js mode change 100644 => 100755 doc/assets/js/apidocs.js mode change 100644 => 100755 doc/assets/js/yui-prettify.js mode change 100644 => 100755 doc/assets/vendor/prettify/CHANGES.html mode change 100644 => 100755 doc/assets/vendor/prettify/COPYING mode change 100644 => 100755 doc/assets/vendor/prettify/README.html mode change 100644 => 100755 doc/assets/vendor/prettify/prettify-min.css mode change 100644 => 100755 doc/assets/vendor/prettify/prettify-min.js mode change 100644 => 100755 doc/classes/ContextMenu.html mode change 100644 => 100755 doc/classes/LGraph.html mode change 100644 => 100755 doc/classes/LGraphCanvas.html mode change 100644 => 100755 doc/classes/LGraphNode.html mode change 100644 => 100755 doc/classes/LiteGraph.html mode change 100644 => 100755 doc/classes/index.html mode change 100644 => 100755 doc/data.json mode change 100644 => 100755 doc/elements/index.html mode change 100644 => 100755 doc/files/.._src_litegraph.js.html mode change 100644 => 100755 doc/files/index.html mode change 100644 => 100755 doc/index.html mode change 100644 => 100755 doc/modules/index.html mode change 100644 => 100755 editor/demodata/audio.wav mode change 100644 => 100755 editor/demodata/impulse.wav mode change 100644 => 100755 editor/editor_mobile.html mode change 100644 => 100755 editor/examples/audio.json mode change 100644 => 100755 editor/examples/audio_delay.json mode change 100644 => 100755 editor/examples/audio_reverb.json mode change 100644 => 100755 editor/examples/benchmark.json mode change 100644 => 100755 editor/examples/features.json mode change 100644 => 100755 editor/examples/midi_generation.json mode change 100644 => 100755 editor/examples/subgraph.json mode change 100644 => 100755 editor/js/code.js mode change 100644 => 100755 editor/js/defaults.js mode change 100644 => 100755 editor/js/defaults_mobile.js mode change 100644 => 100755 editor/js/demos.js mode change 100644 => 100755 editor/js/libs/audiosynth.js mode change 100644 => 100755 editor/js/libs/gl-matrix-min.js mode change 100644 => 100755 editor/js/libs/litegl.js mode change 100644 => 100755 editor/js/libs/midi-parser.js mode change 100644 => 100755 gruntfile.js mode change 100644 => 100755 guides/README.md mode change 100644 => 100755 imgs/elephant.gif mode change 100644 => 100755 imgs/mynodes.png mode change 100644 => 100755 imgs/node_graph_example.png mode change 100644 => 100755 imgs/webglstudio.gif mode change 100644 => 100755 package.json mode change 100644 => 100755 src/litegraph.d.ts mode change 100644 => 100755 src/litegraph.js mode change 100644 => 100755 src/nodes/audio.js mode change 100644 => 100755 src/nodes/events.js mode change 100644 => 100755 src/nodes/geometry.js mode change 100644 => 100755 src/nodes/glshaders.js mode change 100644 => 100755 src/nodes/math3d.js mode change 100644 => 100755 src/nodes/midi.js mode change 100644 => 100755 src/nodes/network.js mode change 100644 => 100755 src/nodes/others.js mode change 100644 => 100755 src/nodes/strings.js mode change 100644 => 100755 utils/deploy_files_core.txt mode change 100644 => 100755 utils/deploy_files_mini.txt mode change 100644 => 100755 utils/server.js diff --git a/.eslintignore b/.eslintignore old mode 100644 new mode 100755 diff --git a/.eslintrc b/.eslintrc old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.npmrc b/.npmrc old mode 100644 new mode 100755 diff --git a/.prettierrc b/.prettierrc old mode 100644 new mode 100755 diff --git a/.vscode/extensions.json b/.vscode/extensions.json old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/build/litegraph.core.js b/build/litegraph.core.js old mode 100644 new mode 100755 diff --git a/build/litegraph.core.min.js b/build/litegraph.core.min.js old mode 100644 new mode 100755 diff --git a/build/litegraph.js b/build/litegraph.js old mode 100644 new mode 100755 diff --git a/build/litegraph.min.js b/build/litegraph.min.js old mode 100644 new mode 100755 diff --git a/build/litegraph_mini.js b/build/litegraph_mini.js old mode 100644 new mode 100755 diff --git a/build/litegraph_mini.min.js b/build/litegraph_mini.min.js old mode 100644 new mode 100755 diff --git a/csharp/LiteGraph.cs b/csharp/LiteGraph.cs old mode 100644 new mode 100755 diff --git a/csharp/LiteGraphNodes.cs b/csharp/LiteGraphNodes.cs old mode 100644 new mode 100755 diff --git a/csharp/LiteGraphTest.cs b/csharp/LiteGraphTest.cs old mode 100644 new mode 100755 diff --git a/csharp/SimpleJSON.cs b/csharp/SimpleJSON.cs old mode 100644 new mode 100755 diff --git a/csharp/graph.JSON b/csharp/graph.JSON old mode 100644 new mode 100755 diff --git a/csharp/readme.md b/csharp/readme.md old mode 100644 new mode 100755 diff --git a/doc/api.js b/doc/api.js old mode 100644 new mode 100755 diff --git a/doc/assets/css/external-small.png b/doc/assets/css/external-small.png old mode 100644 new mode 100755 diff --git a/doc/assets/css/logo.png b/doc/assets/css/logo.png old mode 100644 new mode 100755 diff --git a/doc/assets/css/main.css b/doc/assets/css/main.css old mode 100644 new mode 100755 diff --git a/doc/assets/favicon.ico b/doc/assets/favicon.ico old mode 100644 new mode 100755 diff --git a/doc/assets/img/spinner.gif b/doc/assets/img/spinner.gif old mode 100644 new mode 100755 diff --git a/doc/assets/index.html b/doc/assets/index.html old mode 100644 new mode 100755 diff --git a/doc/assets/js/api-filter.js b/doc/assets/js/api-filter.js old mode 100644 new mode 100755 diff --git a/doc/assets/js/api-list.js b/doc/assets/js/api-list.js old mode 100644 new mode 100755 diff --git a/doc/assets/js/api-search.js b/doc/assets/js/api-search.js old mode 100644 new mode 100755 diff --git a/doc/assets/js/apidocs.js b/doc/assets/js/apidocs.js old mode 100644 new mode 100755 diff --git a/doc/assets/js/yui-prettify.js b/doc/assets/js/yui-prettify.js old mode 100644 new mode 100755 diff --git a/doc/assets/vendor/prettify/CHANGES.html b/doc/assets/vendor/prettify/CHANGES.html old mode 100644 new mode 100755 diff --git a/doc/assets/vendor/prettify/COPYING b/doc/assets/vendor/prettify/COPYING old mode 100644 new mode 100755 diff --git a/doc/assets/vendor/prettify/README.html b/doc/assets/vendor/prettify/README.html old mode 100644 new mode 100755 diff --git a/doc/assets/vendor/prettify/prettify-min.css b/doc/assets/vendor/prettify/prettify-min.css old mode 100644 new mode 100755 diff --git a/doc/assets/vendor/prettify/prettify-min.js b/doc/assets/vendor/prettify/prettify-min.js old mode 100644 new mode 100755 diff --git a/doc/classes/ContextMenu.html b/doc/classes/ContextMenu.html old mode 100644 new mode 100755 diff --git a/doc/classes/LGraph.html b/doc/classes/LGraph.html old mode 100644 new mode 100755 diff --git a/doc/classes/LGraphCanvas.html b/doc/classes/LGraphCanvas.html old mode 100644 new mode 100755 diff --git a/doc/classes/LGraphNode.html b/doc/classes/LGraphNode.html old mode 100644 new mode 100755 diff --git a/doc/classes/LiteGraph.html b/doc/classes/LiteGraph.html old mode 100644 new mode 100755 diff --git a/doc/classes/index.html b/doc/classes/index.html old mode 100644 new mode 100755 diff --git a/doc/data.json b/doc/data.json old mode 100644 new mode 100755 diff --git a/doc/elements/index.html b/doc/elements/index.html old mode 100644 new mode 100755 diff --git a/doc/files/.._src_litegraph.js.html b/doc/files/.._src_litegraph.js.html old mode 100644 new mode 100755 diff --git a/doc/files/index.html b/doc/files/index.html old mode 100644 new mode 100755 diff --git a/doc/index.html b/doc/index.html old mode 100644 new mode 100755 diff --git a/doc/modules/index.html b/doc/modules/index.html old mode 100644 new mode 100755 diff --git a/editor/demodata/audio.wav b/editor/demodata/audio.wav old mode 100644 new mode 100755 diff --git a/editor/demodata/impulse.wav b/editor/demodata/impulse.wav old mode 100644 new mode 100755 diff --git a/editor/editor_mobile.html b/editor/editor_mobile.html old mode 100644 new mode 100755 diff --git a/editor/examples/audio.json b/editor/examples/audio.json old mode 100644 new mode 100755 diff --git a/editor/examples/audio_delay.json b/editor/examples/audio_delay.json old mode 100644 new mode 100755 diff --git a/editor/examples/audio_reverb.json b/editor/examples/audio_reverb.json old mode 100644 new mode 100755 diff --git a/editor/examples/benchmark.json b/editor/examples/benchmark.json old mode 100644 new mode 100755 diff --git a/editor/examples/features.json b/editor/examples/features.json old mode 100644 new mode 100755 diff --git a/editor/examples/midi_generation.json b/editor/examples/midi_generation.json old mode 100644 new mode 100755 diff --git a/editor/examples/subgraph.json b/editor/examples/subgraph.json old mode 100644 new mode 100755 diff --git a/editor/js/code.js b/editor/js/code.js old mode 100644 new mode 100755 diff --git a/editor/js/defaults.js b/editor/js/defaults.js old mode 100644 new mode 100755 diff --git a/editor/js/defaults_mobile.js b/editor/js/defaults_mobile.js old mode 100644 new mode 100755 diff --git a/editor/js/demos.js b/editor/js/demos.js old mode 100644 new mode 100755 diff --git a/editor/js/libs/audiosynth.js b/editor/js/libs/audiosynth.js old mode 100644 new mode 100755 diff --git a/editor/js/libs/gl-matrix-min.js b/editor/js/libs/gl-matrix-min.js old mode 100644 new mode 100755 diff --git a/editor/js/libs/litegl.js b/editor/js/libs/litegl.js old mode 100644 new mode 100755 diff --git a/editor/js/libs/midi-parser.js b/editor/js/libs/midi-parser.js old mode 100644 new mode 100755 diff --git a/gruntfile.js b/gruntfile.js old mode 100644 new mode 100755 diff --git a/guides/README.md b/guides/README.md old mode 100644 new mode 100755 diff --git a/imgs/elephant.gif b/imgs/elephant.gif old mode 100644 new mode 100755 diff --git a/imgs/mynodes.png b/imgs/mynodes.png old mode 100644 new mode 100755 diff --git a/imgs/node_graph_example.png b/imgs/node_graph_example.png old mode 100644 new mode 100755 diff --git a/imgs/webglstudio.gif b/imgs/webglstudio.gif old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 index dea3a30f2..abcdeac88 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "litegraph.js", - "version": "0.7.10", + "version": "0.7.12", "description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.", "main": "build/litegraph.js", "types": "src/litegraph.d.ts", diff --git a/src/litegraph.d.ts b/src/litegraph.d.ts old mode 100644 new mode 100755 diff --git a/src/litegraph.js b/src/litegraph.js old mode 100644 new mode 100755 diff --git a/src/nodes/audio.js b/src/nodes/audio.js old mode 100644 new mode 100755 diff --git a/src/nodes/events.js b/src/nodes/events.js old mode 100644 new mode 100755 diff --git a/src/nodes/geometry.js b/src/nodes/geometry.js old mode 100644 new mode 100755 diff --git a/src/nodes/glshaders.js b/src/nodes/glshaders.js old mode 100644 new mode 100755 diff --git a/src/nodes/math3d.js b/src/nodes/math3d.js old mode 100644 new mode 100755 diff --git a/src/nodes/midi.js b/src/nodes/midi.js old mode 100644 new mode 100755 diff --git a/src/nodes/network.js b/src/nodes/network.js old mode 100644 new mode 100755 diff --git a/src/nodes/others.js b/src/nodes/others.js old mode 100644 new mode 100755 diff --git a/src/nodes/strings.js b/src/nodes/strings.js old mode 100644 new mode 100755 diff --git a/utils/deploy_files_core.txt b/utils/deploy_files_core.txt old mode 100644 new mode 100755 diff --git a/utils/deploy_files_mini.txt b/utils/deploy_files_mini.txt old mode 100644 new mode 100755 diff --git a/utils/server.js b/utils/server.js old mode 100644 new mode 100755