Line 164 of the Gui Class opens a new file open dialog and passes the FilePath it outputs as a string to the audio player to load. Need to determine whether or not it is possible to have this file dialog filter based on file extension. For example, .exe files should always be omitted since they aren't audio files.
Here's how the intended behavior should function (note the lack of other filetypes in the folder):
Line 164 of the Gui Class opens a new file open dialog and passes the FilePath it outputs as a string to the audio player to load. Need to determine whether or not it is possible to have this file dialog filter based on file extension. For example, .exe files should always be omitted since they aren't audio files.
Here's how the intended behavior should function (note the lack of other filetypes in the folder):