PaulStoffregen
Well-known member
I'm trying to improve the audio library design tool to work stand-alone from hard drives, without any internet access required.
Until today, only Firefox worked. I just committed a change that seems to make Safari work.
Chrome on Linux now sort-of works (previously it just hung), but dragging objects onto the canvas results in 2 copies, one of which does very wrong things. Hosted from a web server, it works perfectly. I have no idea why it's doing this from only the local files. Anyone know Chrome's javascript & local file restrictions?
If you have access to other browser / operating system combinations, please let me know how it works? Just click the link above for the web hosted copy. To try it locally from your hard drive, download the latest from github:
https://github.com/PaulStoffregen/Audio
Then just open the index.html file in the gui folder. Ideally, both should allow you to drag objects from the left pallet onto the center panel, and wire them together, and properly update the documentation as you click on each item, and export code for Arduino.
Until today, only Firefox worked. I just committed a change that seems to make Safari work.
Chrome on Linux now sort-of works (previously it just hung), but dragging objects onto the canvas results in 2 copies, one of which does very wrong things. Hosted from a web server, it works perfectly. I have no idea why it's doing this from only the local files. Anyone know Chrome's javascript & local file restrictions?
If you have access to other browser / operating system combinations, please let me know how it works? Just click the link above for the web hosted copy. To try it locally from your hard drive, download the latest from github:
https://github.com/PaulStoffregen/Audio
Then just open the index.html file in the gui folder. Ideally, both should allow you to drag objects from the left pallet onto the center panel, and wire them together, and properly update the documentation as you click on each item, and export code for Arduino.