score
score copied to clipboard
Native file chooser widget
For processes where choosing files is useful. e.g. it could be a button that when clicked opens a file dialog or something like this
which process should we first focusing on?
- Audio
- Midi
- Video
Anything else?
actually I think that it should be a bit more general: the API would tell "I want a file chooser for .wav files" and it'd work. Processes would just specify this.
e.g. in Qt this is just setting a filter such as the string: "*.wav, *.aiff, <etc...>" on the file chooser dialog
:) thanks!