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

Optional zero-click recording by selecting a directory to save files to #22

Open
1j01 opened this issue Feb 13, 2023 · 0 comments
Open

Comments

@1j01
Copy link
Owner

1j01 commented Feb 13, 2023

Currently the workflow of the app is that it automatically records MIDI, but requires one click to save, and one more click to clear.
Historically there's been no way to reliably download files outside of a user gesture, an annoying but understandable restriction.

Using the FS Access API, I could add an option where you can specify a directory to save files, and then automatically write files to this folder when a configurable period of silence is detected, i.e. when no note is pressed for a given time.

As for the naming of files, it could be left to the user to rename files after they're created, but this will probably lead to a less organized record collection, at least for me personally, as I usually don't listen back to my recordings to figure out what they are.
(I could also implement some automatic naming based on detected key signatures and tempos, maybe use AI to categorize songs based on the names and associated content of previous recordings in the folder. But that's clearly an extra feature.)

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

No branches or pull requests

1 participant