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

Ideas #1

Open
3 of 13 tasks
Timendus opened this issue Jan 8, 2019 · 4 comments
Open
3 of 13 tasks

Ideas #1

Timendus opened this issue Jan 8, 2019 · 4 comments

Comments

@Timendus
Copy link
Owner

Timendus commented Jan 8, 2019

Priorities:

  • Detect your sound cards and allow you select which one you want to play through
  • Store the whole board in localStorage or similar so you don't lose it after refresh
  • This also enables us to have multiple boards in memory that you can switch between (for different shows) -- we don't really need this anymore since you can now export boards and import later when needed.
  • Make the service worker cache files less aggressively because it's getting annoying
  • Allowing sounds to loop

Backlog with ideas:

  • Allow recording sounds directly into a sound block?
  • To finish: Re-enable custom colours
  • To finish: Show file playing in the progress line
  • Select board dimensions manually?
  • Drag and drop sound blocks around in settings mode?
  • Change sound name / artist in settings mode
  • Add buttons to remove rows / columns
  • Add a "stop all" button to silence all sounds
@Shatox247
Copy link

Did you only use variables or also arrays and so on?
Storing the variables shouldn't be that hard(https://docs.oracle.com/javase/6/docs/api/java/util/Properties.html)
For that all the variables would
a)need to get completely replaced with getProperty(...) but that might be possible with(https://stackoverflow.com/questions/9308352/renaming-a-lot-of-variables-in-many-java-classes-at-once)
b) or just assign all the variables once to the value from the local storage

@abbeyroad7
Copy link

Is there a way to get sound clips to loop?

@Timendus
Copy link
Owner Author

Timendus commented Mar 5, 2024

I don't believe there is, no. Added it to the list of ideas.

@TigrisDJ
Copy link

TigrisDJ commented Nov 4, 2024

Could we add a remove row/column feature as well?

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

No branches or pull requests

4 participants