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

save/load colors to hard disk #1

Open
TallKite opened this issue Feb 23, 2024 · 2 comments
Open

save/load colors to hard disk #1

TallKite opened this issue Feb 23, 2024 · 2 comments

Comments

@TallKite
Copy link

The fact that the Linnstrument can store only 3 light patterns feels a little limiting to me. Would it be possible to add a "save as..." button to save the current light pattern to the computer's hard disk? And perhaps a "load from" button as well, to load it? Then one could have an unlimited number of patterns.

@forrcaho
Copy link
Owner

My tentative plan for how to do this is to write out the contents of colorGrid (the 2d array that holds colors for the app) as JSON to a file. This could then be re-loaded to the app to be sent to the LinnStrument. This means you would also have to use the app to interpret and load any color settings you saved to a file.

The other option would be to write MIDI to a file, which wouldn't require the app to load saved files, but would be a little harder to implement, and harder to describe to potential users.

@gordonwery
Copy link

This is also a feature I am hoping for!

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

3 participants