Merge pull request #374 from tianlang0704/master

Add global switch for ctrl+shift+v to maintain old behavior in lib.
This commit is contained in:
Javi Agenjo
2023-04-11 10:40:21 +02:00
committed by GitHub
7 changed files with 105 additions and 9 deletions

View File

@@ -104,6 +104,7 @@ addDemo("Audio", "examples/audio.json");
addDemo("Audio Delay", "examples/audio_delay.json");
addDemo("Audio Reverb", "examples/audio_reverb.json");
addDemo("MIDI Generation", "examples/midi_generation.json");
addDemo("Copy Paste", "examples/copypaste.json");
addDemo("autobackup", function(){
var data = localStorage.getItem("litegraphg demo backup");
if(!data)
@@ -187,4 +188,8 @@ function enableWebGL()
gl.viewport(0,0,gl.canvas.width, gl.canvas.height );
}
}
}
}
// Tests
// CopyPasteWithConnectionToUnselectedOutputTest();
// demo();