score icon indicating copy to clipboard operation
score copied to clipboard

Native file chooser widget

Open jcelerier opened this issue 3 years ago • 2 comments

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

jcelerier avatar May 21 '22 10:05 jcelerier

which process should we first focusing on?

  • Audio
  • Midi
  • Video

Anything else?

ToaJannox avatar Jun 29 '22 15:06 ToaJannox

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

jcelerier avatar Jun 30 '22 13:06 jcelerier

:) thanks!

jcelerier avatar Dec 06 '22 15:12 jcelerier