mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 19:23:34 +00:00
added audio settings options for selection of device, samplrate and buffer size, also fixed: #65 & fixed: #64
This commit is contained in:
@ -10,11 +10,14 @@ INCLUDEPATH += . 2
|
||||
QT += core gui widgets
|
||||
|
||||
# Input
|
||||
HEADERS += app/MainWindow.h
|
||||
HEADERS += app/MainWindow.h \
|
||||
app/SettingsDialog.h
|
||||
|
||||
FORMS += gui/samplebrain.ui
|
||||
FORMS += gui/samplebrain.ui \
|
||||
gui/settings.ui
|
||||
|
||||
SOURCES += app/MainWindow.cpp \
|
||||
app/SettingsDialog.cpp \
|
||||
app/sound_items.cpp \
|
||||
app/audio_thread.cpp \
|
||||
app/process_thread.cpp \
|
||||
|
Reference in New Issue
Block a user