Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 6 of 6

Thread: Audio GUI : Newbie problem

  1. #1

    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.

  2. #2
    Senior Member
    Join Date
    Apr 2020
    Location
    DFW area in Texas
    Posts
    559
    Quote Originally Posted by ThinkingMetal View Post
    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

  3. #3
    Senior Member PaulStoffregen's Avatar
    Join Date
    Nov 2012
    Posts
    27,659
    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.

  4. #4
    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

  5. #5
    Junior Member
    Join Date
    Dec 2022
    Location
    Lyon (France)
    Posts
    19
    David: You can try to clear it in Chrome here:
    Click image for larger version. 

Name:	teensy_audio.jpg 
Views:	15 
Size:	62.7 KB 
ID:	30081

    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)

  6. #6
    Senior Member PaulStoffregen's Avatar
    Join Date
    Nov 2012
    Posts
    27,659
    Quote Originally Posted by samyrabih View Post
    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
  •