fixes in audio

This commit is contained in:
tamat
2020-03-25 13:13:58 +01:00
parent 6c98476cd5
commit e8eda9d30f
6 changed files with 648 additions and 609 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "litegraph.js",
"version": "0.7.3",
"version": "0.7.4",
"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",
"types": "src/litegraph.d.ts",
@@ -35,7 +35,7 @@
"devDependencies": {
"express": "^4.17.1",
"google-closure-compiler": "^20171112.0.0",
"grunt": "^1.0.4",
"grunt": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-closure-tools": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",