Browse Source

Add VCVRack as the name of the RtAudio client

tags/v0.6.1
Arnaud Estublier 7 years ago
parent
commit
daa0b006c5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/audio.cpp

+ 1
- 0
src/audio.cpp View File

@@ -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) {


Loading…
Cancel
Save