Tuner display

This commit is contained in:
Robin Davies
2022-07-05 09:33:37 -04:00
parent 95e5cd1301
commit 2133403f7e
10 changed files with 426 additions and 260 deletions
+2 -2
View File
@@ -582,7 +582,7 @@ namespace pipedal
{
int err;
alsa_device_name = jackServerSettings.GetAlsaDevice();
alsa_device_name = jackServerSettings.GetAlsaInputDevice();
this->numberOfBuffers = jackServerSettings.GetNumberOfBuffers();
this->bufferSize = jackServerSettings.GetBufferSize();
@@ -1506,7 +1506,7 @@ namespace pipedal
snd_pcm_t *captureHandle = nullptr;
snd_pcm_hw_params_t *playbackHwParams = nullptr;
snd_pcm_hw_params_t *captureHwParams = nullptr;
std::string alsaDeviceName = jackServerSettings.GetAlsaDevice();
std::string alsaDeviceName = jackServerSettings.GetAlsaInputDevice();
bool result = false;
try