View Issue Details

IDProjectCategoryView StatusLast Update
0006368ardourbugspublic2016-11-07 20:11
Reporterovenwerks Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.X git (version in description) 
Summary0006368: Control Surface MCP: Select sends MIDI info twice, waste of MIDI BW.
DescriptionWhen a route is selected either from the control surface or the GUI, The select lamps are set twice. First all select lamps are turned off then each lamp is set either on or off as required. Seeing as the second step sets all off lamps to off already, the first all off is not needed.

Sample output for one select press in midi tracer:
19:28:59.525312 NoteOn chn 1 18 00
19:28:59.525377 NoteOn chn 1 19 00
19:28:59.525400 NoteOn chn 1 1a 00
19:28:59.525420 NoteOn chn 1 1b 00
19:28:59.525439 NoteOn chn 1 1c 00
19:28:59.542139 NoteOn chn 1 18 7f
19:28:59.542174 NoteOn chn 1 19 7f
19:28:59.542196 NoteOn chn 1 1a 00
19:28:59.542217 NoteOn chn 1 1b 00
19:28:59.542237 NoteOn chn 1 1c 00

This surface only has 5 strips, Two strips show select because those two strips are in the same group. However it is the same with no groups.
TagsNo tags attached.

Activities

ovenwerks

2015-06-17 20:11

reporter   ~0016789

Looking at source, it seems this is just how the GUI works. fixing/changing this may be more trouble than it is worth as it would require changing how the GUI works or changing how the Surface code gets signals from the GUI.

ovenwerks

2016-11-07 20:11

reporter   ~0018924

Feedback needs to be signal based. Signal may get sent twice for perfectly acceptable reasons.

Issue History

Date Modified Username Field Change
2015-06-08 02:52 ovenwerks New Issue
2015-06-17 20:11 ovenwerks Note Added: 0016789
2016-11-07 20:11 ovenwerks Note Added: 0018924
2016-11-07 20:11 ovenwerks Status new => closed
2016-11-07 20:11 ovenwerks Resolution open => won't fix