We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf367f commit d558f27Copy full SHA for d558f27
Source/Dialogs/MidiSettingsPanel.h
@@ -126,7 +126,9 @@ class MidiSettingsPanel final : public SettingsDialogPanel
126
midiOutputProperties.add(new MidiSettingsComboBox(false, processor, deviceInfo));
127
}
128
129
- midiOutputProperties.add(new InternalSynthToggle(processor));
+ if(ProjectInfo::isStandalone) {
130
+ midiOutputProperties.add(new InternalSynthToggle(processor));
131
+ }
132
133
midiProperties.addSection("MIDI Inputs", midiInputProperties);
134
midiProperties.addSection("MIDI Outputs", midiOutputProperties);
0 commit comments