mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
[Summary] Fixing the range of allowed MMC device IDs
This commit is contained in:
parent
11167a6ae9
commit
04ed45bb19
1 changed files with 2 additions and 2 deletions
|
|
@ -898,7 +898,7 @@
|
|||
<SpinButton id="inbound_mmc_device_spinbutton"
|
||||
width="50"
|
||||
min="0"
|
||||
max="128"
|
||||
max="127"
|
||||
step="1"
|
||||
page="10"/>
|
||||
</HBox>
|
||||
|
|
@ -909,7 +909,7 @@
|
|||
<SpinButton id="outbound_mmc_device_spinbutton"
|
||||
width="50"
|
||||
min="0"
|
||||
max="128"
|
||||
max="127"
|
||||
step="1"
|
||||
page="10"/>
|
||||
</HBox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue