View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009096 | ardour | bugs | public | 2022-11-16 10:54 | 2022-12-16 08:53 |
Reporter | cooltehno_bugs | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Ubuntu | OS | Linux | OS Version | (any) |
Product Version | 7.1 | ||||
Summary | 0009096: Bug: Set Range to Selected Regions - doesn't match the grid for 25 samples | ||||
Description | If you create a MIDI region 750 samples long (1/128 Note) - and then use the operation "Set Range to Selected Regions" (Edit > Select > Set Range to Selected Regions) - this makes range 25 samples shorter than the selection. | ||||
Steps To Reproduce | 1. Make a new MIDI track. 2. Set the Grid Mode to "1/128 Note" and activate Snap. 3. Draw a new region 750 samples long (1/128 Note). 4. Maximize zoom to the drawn region. 5. Set the mouse to the Grab Mode and select the region. 6. Do the operation: Edit > Select > Set Range to Selected Regions - Ups!! - this makes the range 25 samples shorter than the selection. (7. Check the length of the rest area of the region - just cut (Ctrl+X) the formed range and look into the properties of the rest part of the region) | ||||
Additional Information | A gif is attached | ||||
Tags | No tags attached. | ||||
|
|
|
May be this can help somehow: if we select the rest piece of the region and then repeat the "Set Range to Selected Regions" - this does not range anything!! Look at the next gif: |
|
Further relevant info 48kHz sample-rate 120BPM (48000*120/60/128 = 750) The "End" is 1 tick before the 128th note, and Length is also reported incorrectly (changing Edit > Position > NOT glue to bar/beats works around this). The selection uses `selection->set (selection->regions.start_time(), selection->regions.end_time());` and hence from 1|1|0 to 1|1|59 (rather than 1|1|60) |
|
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-11-16 10:54 | cooltehno_bugs | New Issue | |
2022-11-16 10:54 | cooltehno_bugs | File Added: Set_Range_Selected_Region_bug.gif | |
2022-11-16 11:02 | cooltehno_bugs | Note Added: 0026895 | |
2022-11-16 11:02 | cooltehno_bugs | File Added: Nothing_Set_Range_Selected_Region_bug.gif | |
2022-11-23 23:14 | x42 | Note Added: 0026936 | |
2022-11-23 23:14 | x42 | File Added: bbt-mismatch.png | |
2022-12-16 08:53 | cooltehno_bugs | Note Added: 0027103 | |
2022-12-16 08:53 | cooltehno_bugs | File Added: range_consilidate_bug.gif |