We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Reading and Writing Project Variable Status

Home Forums Puzzles Reading and Writing Project Variable Status

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70696

    My current project allows user interaction to control 32 presets of a DSP Plugin by Neural. Each preset currently contains 33 variables that either enable or disable affect boxes or front panel knob settings. When moving from preset to preset or bank to bank I need to save those preset setting so that they can be recalled when the user recalls a preset. I can use lists or dictionaries to extract the variables and because I’ve created unique variables for the bulk of the settings they remain constant while the app is running. I need to write out those values prior to the user quitting the app in order to reload them upon the next run of the app. Is there a efficient method to address my request? It appears that both List and Dictionaries can read in data but I have not been able to make them work.

    Any suggestions would be greatly appreciated.

    Chris

    Attachments:
    You must be logged in to view attached files.
    #70709
    kdv
    Participant

    Use the LocalStorage puzzles to save/restore values.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.