hoch / canopy

Web Audio API programming/debugging suite
http://hoch.github.io/canopy/
MIT License
72 stars 7 forks source link

Can't reload a local file after loading it #67

Closed rtoy closed 8 years ago

rtoy commented 8 years ago

Load up any local file. Modify the local file (outside of canopy). Now try to load the file again. The new file isn't loaded. This is a bit annoying when you're constantly modifying a file.

My current workaround is to load a dummy file and then load the original file. This works, but is annoying.