summaryrefslogtreecommitdiff
path: root/session_utils/fix_bbtppq.cc
AgeCommit message (Collapse)Author
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
- the only object whose musical position is not expressed in quarter notes is MetricSection. there is now no need to expose this.
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
- add more debugging output detecting regions whose beat and frame position do not align on a playlist. this is required as a check as we have never used frame rounding on constant tempi before 8884a5723dc
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
- Evoral::Beats operator!= would prevent an increment of start_beats by intervals of less than a tick, so its possible that other subtle problems existed due to this kind of thing.
2016-10-01fix_bbtppq: add missing space - no-op5.4nick_m
2016-10-01fix_bbtppqn: setting start and length accounts for for multiple tempi,nick_m
2016-09-29fix_bbtppq: fix typo.nick_m
2016-09-29fix_bbtppq update: format text, remove old sources in region method.nick_m
2016-09-29Fix error: conversion from 'int' to non-scalar typeRobin Gareus
2016-09-29Rename headless-chicken utility to fix_bbtppqnick_m