mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 02:27:21 +00:00
turned off input device
This commit is contained in:
parent
df0fd84b48
commit
0cfacdc8a8
@ -74,7 +74,7 @@ bool portaudio_client::attach(const string &client_name, const device_options &d
|
||||
PaStreamParameters input_parameters;
|
||||
PaStreamParameters *input_p=&input_parameters;
|
||||
input_parameters.device = input_device_num;
|
||||
if (input_parameters.device == paNoDevice) {
|
||||
if (true || input_parameters.device == paNoDevice) {
|
||||
cerr<<"error: no default input device."<<endl;
|
||||
input_p=0;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user