View Issue Details

IDProjectCategoryView StatusLast Update
0007229ardourbugspublic2017-03-29 11:40
ReporterHeadwar Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformUbuntuOSLinuxOS VersionMaverick
Product Version5.X git (version in description) 
Summary0007229: Only the first midi "Transform" tool field is updated when changing the property combobox
DescriptionOn a MIDI region, using the right click > Region name > MIDI > Transform... tool, changing the property dropbox (Velocity, Length...) updates the first set of fields but not the subsequent ones added with the "+" button.
The result is, e.g. setting the property to start time, one can only add an integer between 1 and 127 when using e.g. "exactly".
The added operations fields should update as does the first operation ones, so that a property accepting decimal values would update the susbsequent operations fields to allow for decimal values.
Steps To Reproduce- Right click on a MIDI region, Region name> MIDI > Transform...
- Add an operation by clicking the "+" button
- change the newly created operand to "a random number between"
- change the initial property to "start time"
=> the newly created fields show "1 to 127" (integers only)

- change the first operand to "a random number between"
=> the first line fields correctly show "1.00 to 127.00" (decimals allowed)
TagsNo tags attached.

Activities

Headwar

2017-02-09 17:28

reporter   ~0019353

Fixing this would allow to close 0002747 for good

Headwar

2017-03-29 11:40

reporter   ~0019566

From my understanding, TransformDialog::property_changed() in gtk2_ardour/transform_dialog.cc should update *all* the choosers and not only the seed one

Issue History

Date Modified Username Field Change
2017-02-09 17:10 Headwar New Issue
2017-02-09 17:28 Headwar Note Added: 0019353
2017-03-29 11:40 Headwar Note Added: 0019566