From 385563e64ef1cf0d1b2289126f01d5632a0ba9eb Mon Sep 17 00:00:00 2001 From: Dave Griffiths Date: Fri, 14 Oct 2022 21:24:56 +0100 Subject: [PATCH] forgot to add flac --- app/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MainWindow.cpp b/app/MainWindow.cpp index b7412ca..623f583 100644 --- a/app/MainWindow.cpp +++ b/app/MainWindow.cpp @@ -32,7 +32,7 @@ MainWindow::MainWindow(const string &port, const string &audio_port, const strin m_feedback(port), m_audio_port(audio_port), m_process_port(process_port), - m_format_string("Microsoft WAV (*.wav);;SGI/Apple AIFF (*.aiff);;SGI/Apple AIFC (*.aifc);;Sun/DEC/NeXT AU (*.au);;Sun/DEC/NeXT SND (*.snd);;Fasttracker 2 XI (*.xi);;All files (*.*)") + m_format_string("Microsoft WAV (*.wav);;SGI/Apple AIFF (*.aiff);;SGI/Apple AIFC (*.aifc);;Sun/DEC/NeXT AU (*.au);;Sun/DEC/NeXT SND (*.snd);;Fasttracker 2 XI (*.xi);;Free Lossless Audio Codec FLAC (*.flac);;All files (*.*)") { m_sound_item_enable_mapper = new QSignalMapper(this); m_sound_item_delete_mapper = new QSignalMapper(this);