mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-03 18:53:35 +00:00
added audio settings options for selection of device, samplrate and buffer size, also fixed: #65 & fixed: #64
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
#include "feedback.h"
|
||||
#include "sound_items.h"
|
||||
#include "SettingsDialog.h"
|
||||
#include <iostream>
|
||||
|
||||
using namespace spiralcore;
|
||||
@ -28,7 +29,7 @@ feedback::feedback(string address) :
|
||||
}
|
||||
|
||||
|
||||
void feedback::poll(QStatusBar *s, sound_items *sound_items) {
|
||||
void feedback::poll(QStatusBar *s, sound_items *sound_items, SettingsDialog *settings) {
|
||||
command_ring_buffer::command cmd;
|
||||
|
||||
while (m_osc.get(cmd)) {
|
||||
|
Reference in New Issue
Block a user