mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
grid/snap: disable broken septuplet option
This commit is contained in:
parent
af023cc516
commit
83f5d40280
2 changed files with 13 additions and 0 deletions
|
|
@ -374,6 +374,10 @@ Editor::compute_current_bbt_points (Temporal::TempoMapPoints& grid, samplepos_t
|
|||
case GridTypeBeatDiv7:
|
||||
case GridTypeBeatDiv14:
|
||||
case GridTypeBeatDiv28:
|
||||
/* Septuplets can't be drawn until libtemporal handles fractional ticks
|
||||
* or if ticks_per_beat (ppqn) is raised to a point where the result
|
||||
* of Temporal::ticks_per_beat / beat_div is always an integer
|
||||
*/
|
||||
divisor = 3.5;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue