This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix midi::Output names of devices.
tags/v2.0.0
Andrew Belt
3 years ago
parent
1b76dd5f07
commit
d2c08beb35
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/midi.cpp
+ 1
- 1
src/midi.cpp
View File
@@ -318,7 +318,7 @@ void Output::setDeviceId(int deviceId) {
}
std::string Output::getDeviceName(int deviceId) {
if (driver)
if (
!
driver)
return "";
try {
return driver->getOutputDeviceName(deviceId);
Write
Preview
Loading…
Cancel
Save