mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
fix typo
This commit is contained in:
parent
ab6d93bf59
commit
868ed41d09
1 changed files with 1 additions and 1 deletions
|
|
@ -2776,7 +2776,7 @@ AUPluginInfo::discover_by_description (PluginInfoList& plugs, CAComponentDescrip
|
|||
info->n_inputs.set (DataType::AUDIO, 1);
|
||||
}
|
||||
|
||||
info->n_inputs.set (DataType::MIDI, has_midi_in ? 1 ; 0);
|
||||
info->n_inputs.set (DataType::MIDI, has_midi_in ? 1 : 0);
|
||||
|
||||
if (possible_out > 0) {
|
||||
info->n_outputs.set (DataType::AUDIO, possible_out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue