View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005378 | ardour | bugs | public | 2013-03-12 19:19 | 2013-05-02 07:41 |
Reporter | deva | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.0 | ||||
Summary | 0005378: Missing note-off's on midi track? | ||||
Description | When I am running my Ardour project I get tons of output in the console. The project is a midi only project and the output comes from line 68 in the file libs/ardour/midi_state_tracker.cc It spells "0x1748dcfa note 38/0 was already on, now at 12" It seems that Ardour wants to send a "note on" but the note was already playing It does so even when the project has stopped playing. When the project is freshly loaded it does not print the messages but once I have played a couple of notes the messages starts showing and doesn't stop even after I press stop. My project is a drumproject and thus utilises the 'percussive mode'. Could this be the culprit? I'm thinking this could be the case, if the percussive notes are implemented with a note-on only? Each note has been plotted using the mouse. | ||||
Additional Information | I tried converting the track into a "sustained note" track but this did not make the messages go away. I have attached the offending project. | ||||
Tags | No tags attached. | ||||
2013-03-12 19:19
|
|
|
I have this issue regularly too. Restart of Ardour makes it go away, but it happens fairly often. |
|
Update from my part: I don't think restarting Ardour works as I previously noted. It occasionally works, but usually the same issues start again. The issues are apparent in both 3.1.10 binary from ardour.org, and with current git (don't have a rev number, but it's the 2nd of may today and i've tried with current git). |