View Issue Details

IDProjectCategoryView StatusLast Update
0008243ardourbugspublic2020-06-23 16:06
Reportersapista Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformArchOSLinuxOS Version(any)
Product Version6.0 
Summary0008243: OSC /select Feedback messages for non-selected strips
DescriptionWhile operating Ardour controls from a non-selected strip the value of these controls is send as an OSC feedback message with the /select path.

For example, selecting strip 1 and moving the trim gain in Ardour GUI actually sends /select/trimdB commads.

I confirm this behavior for all strip controls: trim gain, panner, mute, solo... except the fader.
Steps To Reproduce#Listen to incoming messages from Ardour
dump_osc 8000

#Config surface
send_osc osc.udp://127.0.0.1:3819 /set_surface 0 7 24771 2 0

#Select a strip
send_osc osc.udp://127.0.0.1:3819 /strip/select 1 1

Then operate a control like the trim gain from the Ardour Mixer GUI. The /select/trimdB messges will be feedback independently if the control was operated from the selected strip or from another one.
TagsNo tags attached.

Activities

ovenwerks

2020-06-23 16:06

reporter   ~0024491

This should be fixed with commit 32aa290578c9cd4c608e6b361de9f41b669020d1

Issue History

Date Modified Username Field Change
2020-06-15 16:26 sapista New Issue
2020-06-23 16:06 ovenwerks Status new => closed
2020-06-23 16:06 ovenwerks Resolution open => fixed
2020-06-23 16:06 ovenwerks Note Added: 0024491