View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009443 | ardour | bugs | public | 2023-09-14 11:01 | 2023-09-14 14:07 |
Reporter | DopplerNyquist | Assigned To | paul | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | GNU | OS | Linux | OS Version | (any) |
Product Version | 7.5 | ||||
Summary | 0009443: Drawn and recorded MIDI regions have different transparency | ||||
Description | In previous versions Ardour usually increase the transparency of MIDI regions when we use the Draw or Edit modes, but now the recorded regions do not follow this behavior. Youtube video showing the problem: https://www.youtube.com/watch?v=Y5xFXeyFMjg (Using the nightly 7.5.555 version in this video, but the 7.5 also have this issue) | ||||
Steps To Reproduce | Create a MIDI track. Record the notes. Use the Edit mode. | ||||
Tags | No tags attached. | ||||
|
you could add r->set_opaque(false); in the first constructor of midi_region_view.cc (lines 134 to 142) as it gets called both after recording and after drawing. NOTE: I am not an Ardour developer.... and only recently started reading/learning Ardour's code hopping to be able to contribute in the future.... the proposed solution is only a suggestion |
|
There's a Session option (Session > Properties) to control the opacity of drawn regions (we consider it distinct from recorded regions). If recording is using layered mode (opaque regions) setting this option to true will cause both "types" of regions to have the same visual (and acoustic) opacity. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-09-14 11:01 | DopplerNyquist | New Issue | |
2023-09-14 13:02 | AndresMGA | Note Added: 0028020 | |
2023-09-14 14:07 | paul | Assigned To | => paul |
2023-09-14 14:07 | paul | Status | new => resolved |
2023-09-14 14:07 | paul | Resolution | open => no change required |
2023-09-14 14:07 | paul | Note Added: 0028022 |