Ardour 3.5.308 released

its a missing step in my build process. nothing more. you have 3.5.308

i thought it would be something like that. thanks for a great release!

Hi all,

I have a bug report ready since few weeks (3.5.143 and 3.5.308), but I’ve been unable to create the account on mantis (still didn’t receive the confirmation email…). I’ll post it here even if I know that this isn’t the right way of doing it :slight_smile:

There is a bug when looping midi.

If the start of the loop is on the note-on, the note-on is not sent. If the end of the loop is on the note-off, the note-off is not sent.
On the first execution of the loop, everything is ok for the first note-on, but on the subsequent executions of the loop the first note-on is not sent. The same goes for the last note-off.

Here is the output of kmidimon for 3 iterations of the loop (1 measure, 4 notes):

first iteration
18151,1771.5928,129:0,5,Note on,36,127, <- OK
18423,1772.1598,129:0,5,Note off,36,64,
18423,1772.1604,129:0,5,Note on,38,127,
18697,1772.7312,129:0,5,Note off,38,64,
18697,1772.7319,129:0,5,Note on,40,127,
18972,1773.3029,129:0,5,Note off,40,64,
18972,1773.3036,129:0,5,Note on,41,127, <- no note-off
second iteration
19521,1774.4481,129:0,5,Note off,36,64, <- no note-on
19521,1774.4492,129:0,5,Note on,38,127,
19794,1775.0171,129:0,5,Note off,38,64,
19794,1775.0184,129:0,5,Note on,40,127,
20069,1775.5883,129:0,5,Note off,40,64,
20069,1775.5895,129:0,5,Note on,41,127, <- no note-off
third iteration and loop mode off
20617,1776.7314,129:0,5,Note off,36,64, <- no note-on
20617,1776.7329,129:0,5,Note on,38,127,
20892,1777.3043,129:0,5,Note off,38,64,
20892,1777.3057,129:0,5,Note on,40,127,
21166,1777.8741,129:0,5,Note off,40,64,
21166,1777.8760,129:0,5,Note on,41,127,
21451,1778.4689,129:0,5,Note off,41,64, <- OK

Best,
Predrag