View Issue Details

IDProjectCategoryView StatusLast Update
0008358ardourbugspublic2023-07-03 15:20
Reporterunfa Assigned Tox42  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformArchOSLinuxOS Version(any)
Product Version6.2 
Summary0008358: Ardour will play selected MIDI notes on project load (if enabled)
DescriptionOften when I load an Ardour session I hear a MIDI note (or notes) play immediately.

Of course it's only going to happen when the "Sound MIDI notes as they are being selected in the editor" is enabled (which I do enable always).

I've captured a video showing this happening over and over in different situations:
https://youtu.be/LI8czAi1d7U

I'm also attaching the Ardour 6.2 session shown in the video. Can anyone reproduce this?

At first I thought it's only if I save the session in Edit Mode - but no.
I thought maybe it happens only if last selected track was MIDI - no, with selected audio track it seems to happen too.

I wonder what could be the cause of this?
TagsMidi

Relationships

duplicate of 0007182 acknowledgedpaul To limit or switch off sound, when few MIDI notes are selected 

Activities

unfa

2020-08-09 13:29

reporter  

Ardour MIDI Session.7z (184,598 bytes)

x42

2020-08-09 14:01

administrator   ~0024908

> I wonder what could be the cause of this?

Selection is being restored on session load. the instant.xml of the linked session has the following XML:
```
    <Selection>
      <MIDINotes region-id="5927">
        <note note-id="21266"/>
      </MIDINotes>
    </Selection>
```

unfa

2020-08-09 15:32

reporter   ~0024909

Ah-hah!

Could Ardour omit playing back the selected notes after restoring the selection during session load?

x42

2020-08-09 18:39

administrator   ~0024911

Fixed in Ardour 6.2-157-g4ad1c19166

    This adds a few exceptions to the general preference
    "Sound MIDI notes as they are being selected in the editor".
    
    * Select all no longer plays _all_ notes.
    * Remain silent when selection is inverted or a range is selected.
    * Play no sound when a saved selection is restored on session load.

anonymous

2020-10-08 13:29

viewer   ~0025116

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2020-08-09 13:29 unfa New Issue
2020-08-09 13:29 unfa Tag Attached: Midi
2020-08-09 13:29 unfa File Added: Ardour MIDI Session.7z
2020-08-09 14:01 x42 Note Added: 0024908
2020-08-09 15:32 unfa Note Added: 0024909
2020-08-09 18:39 x42 Assigned To => x42
2020-08-09 18:39 x42 Status new => resolved
2020-08-09 18:39 x42 Resolution open => fixed
2020-08-09 18:39 x42 Note Added: 0024911
2020-10-08 13:29 anonymous Note Added: 0025116
2020-10-08 13:29 anonymous Status resolved => closed
2023-07-03 15:20 x42 Relationship added duplicate of 0007182