From daa0b006c5da4f4169fb68fc6ea4d187c6f09438 Mon Sep 17 00:00:00 2001 From: Arnaud Estublier Date: Fri, 11 May 2018 12:28:33 +0200 Subject: [PATCH] Add VCVRack as the name of the RtAudio client --- src/audio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/audio.cpp b/src/audio.cpp index e26e6287..9d30f54f 100644 --- a/src/audio.cpp +++ b/src/audio.cpp @@ -244,6 +244,7 @@ void AudioIO::openStream() { RtAudio::StreamOptions options; options.flags |= RTAUDIO_JACK_DONT_CONNECT; + options.streamName = "VCVRack"; int closestSampleRate = deviceInfo.preferredSampleRate; for (int sr : deviceInfo.sampleRates) {