Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST]Add the ability to save soundboards and clip lists and reload them later #91

Open
danheidel opened this issue Dec 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@danheidel
Copy link

Is your feature request related to a problem? Please describe.
It would be nice to be able to have multiple soundboards and clip lists that can be saved to files and loaded in the UI so the user can switch between multiple soundboard setups

Right now, I have a very elaborate soundboard loaded that I would like to be able to keep. However, outside of manually making a copy of the settings files I am unaware of any way for me to create a new soundboard without losing the existing one. While it's not particularly difficult to do this workaround, it seems like an excessive ask for novice users that don't feel comfortable hunting down the configuration file locations.

Describe the solution you'd like
Add the ability to save the soundboard button setup and clip list as named files that can then be reloaded later. I can't imagine that this would require more than adding a file save/load dialog to the existing state save functionality.

@danheidel danheidel added the enhancement New feature or request label Dec 2, 2024
@dan0v
Copy link
Owner

dan0v commented Dec 4, 2024

Would this be solved by #70, or is what you're missing more an explicit export/import feature?

@danheidel
Copy link
Author

#70 is somewhat related but this would be more an explicit import/export function. For example, if I were to start working on a completely different project, I might want to have a different clip list with associated soundboards. Otherwise, if all my soundboards have to share a singular clip list, the sheer number of sound clips (not to mention sound profiles for those clips) could easily become overwhelming in time.

Since #70 seems to imply a parent-child relationship between the clip list and soundboards, it would make sense to have the savefile structure reflect that to make implementing #70 simpler.

As a secondary benefit, an export/import feature makes it simpler to move work between computers as long as the user has a parallel system for ensuring the sound clips files maintain the same relative filepath to Amplitude.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants