extended MIDI support. Some new general purpose nodes like sequencer, string, cast to number.

This commit is contained in:
tamat
2019-01-05 23:54:44 +01:00
parent 8dce8acb91
commit ac11db37b4
16 changed files with 2274 additions and 837 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "litegraph.js",
"version": "0.6.0",
"version": "0.7.0",
"description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.",
"main": "build/litegraph.js",
"directories": {
@@ -28,13 +28,13 @@
},
"homepage": "https://github.com/kriffe/litegraph.js#readme",
"devDependencies": {
"express": "^4.16.2",
"express": "^4.16.4",
"google-closure-compiler": "^20171112.0.0",
"grunt": "^1.0.1",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-closure-tools": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"nodemon": "^1.14.7",
"nodemon": "^1.18.9",
"rimraf": "^2.6.2"
}
}