ccrma / miniAudicle

miniAudicle: integrated development + performance environment for the ChucK programming language
https://chuck.stanford.edu/
GNU General Public License v2.0
65 stars 9 forks source link

Exporting shows that you'll be exporting a '.wav' no matter the chosen file format. #25

Open ericheep opened 8 years ago

ericheep commented 8 years ago

The file is still exported as the chosen format, but the "Export to:" box leads you to believe that '.wav' extension will be attached to the file.

export-bug

leanne63 commented 7 years ago

The user is currently allowed to choose up to 3 different save formats via the WAV, M4A, and Ogg Vorbis checkboxes (and potentially MP3, though that's hidden by default).

To address the issue of changing from a '.wav' default extension, a couple of decisions need to be made:

1) Is it okay to show no extension? 2) If not, what should be shown if the user selects multiple formats?

Discussion:

spencersalazar commented 7 years ago

Thanks for breaking it down like that. Displaying an extension depending on the type and displaying .* in the case of multiple file types seems like the simplest, clearest solution, so lets go with that.