summaryrefslogtreecommitdiff
path: root/session_utils
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-14include session-utils with windows bundlesRobin Gareus
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
2016-09-29headless-chicken: force setting of region length properties, clean up code.nick_m
2016-09-29headless-chicken: skip !writable sources, ensure midi path is writable.nick_m
2016-09-29headless-chicken: ensure new sources are empty, misc renaming.nick_m
2016-09-29headless-chicken: misc fixes.nick_m
-clean up user text, remove double null ptr check, we're using namespace std::
2016-09-29headless-chicken: various fixesnick_m
- one_source_per_region_fix no longer clobbers midi source - allow user to override per-region fix and suggest they do so. - fix multiple note divisor detection.
2016-09-29Add headless-chicken session utility.nick_m
- provides an upgrade path for sessions affected by a nasty bug present in some 5.0 - 5.3 MIDI sessions. If testing from source, it can be run from the session_utils directory using ./run ardour5-headless-chicken -h
2016-08-22update session utils for API change in 636522Robin Gareus
2016-07-18Normalize API rename part 2Robin Gareus
2016-06-03update session-utilsRobin Gareus
* use target name in help text * add options and documentation to copy-mixer
2016-06-02copy mixer utility evolutionRobin Gareus
2016-06-02session-utils tweaksRobin Gareus
* emulate 256 i/o (don't loose connections) * allow "silent" start
2016-06-02fix typo in export-util help textRobin Gareus
2016-06-02prototype tool to copy mixer/route settings between sessionsRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-09UI updates for export-abortRobin Gareus
2016-02-09UI updates for detailed export state.Robin Gareus
2016-01-07session-utils use the "Dummy" backendRobin Gareus
2015-12-16session-utils: use session's sample-rateRobin Gareus
2015-12-16commandline session utilitiesRobin Gareus