Forum Rule: Always post complete source code & details to reproduce any issue!
-
Audio GUI : Newbie problem
Exporting a design ready for the Teensyduino/Arduino IDE, I see a collection of objects apparently inherited from previous projects in the Export file.
I can't figure out how to get rid of the unwanted nodes and start over from fresh. I tried wiping the Browser cache plus everything else I can see but they're still in the Export file. Tried different browsers too (Safari, Brave, Firefox) and the result is the same.
Any suggestions? What am I missing?
Thanks
David
Last edited by ThinkingMetal; 01-03-2023 at 11:31 AM.
-

Originally Posted by
ThinkingMetal
I can't figure out how to get rid of the unwanted nodes and start over from fresh.
Any suggestions?
Try the following: open the audio design tool, press CTRL-A (to select all), and finally DELETE (to remove all). Then, create your new design.
Hope that helps . . .
Mark J Culross
KD5RXT
-
Senior Member
Mark's way should work fine.
But to dig into the detail, the design tool uses HTML5 localStorage. Here's a page about how to delete it on Safari.
https://superuser.com/questions/2365...ge-from-safari
I always assumed this storage was specific to each browser, so I'm pretty surprised to hear you saw the same stored data in 3 other browsers. But hopefully at least knowing how it's storing the data can help you search for info.
-
Hi Paul & Mark,
Thanks for your help. I tried Mark's solution without success. Each time I export, the modules from the previous session are included in the GUI build.
Following on from the above comments, I tried opening a Private window and that has worked as it should consistently. I'll stick with this solution as I'd rather spend my time coding than sorting out browser issues! 
David
-
David: You can try to clear it in Chrome here:

Paul : I think the storage is specific to each browser, but David has on each browser the same problem (browser keeps memory of what you did last time on same browser)
-
Senior Member

Originally Posted by
samyrabih
Paul : I think the storage is specific to each browser
That was my understanding too.
Guess the words "Tried different browsers too (Safari, Brave, Firefox) and the result is the same" leave a lot of unknowns when we can't what really happened on David's screen. Somehow I read this to mean the same data reappeared in different browsers, but yeah, it could mean all 4 had their own extra stuff which couldn't be deleted.
But why CTRL-A to select all and then Del to delete them all didn't get rid of extra stuff is also quite a mystery. It really should work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules