Add example and simple manual test for copy paste

This commit is contained in:
CMonk
2023-04-11 01:15:10 +08:00
parent c2460e2c4e
commit cf5f917bdc
3 changed files with 85 additions and 1 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();