ardour.git
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusAdd API to query IO latencies
2017-09-29 Robin GareusAdd Processor API for global session-transport alignment
2017-09-29 Robin GareusPrepare removal of initial_delay
2017-09-29 Robin Gareusclean up route header, NO-OP (except variable re-order)
2017-09-29 Robin GareusNO-OP: Whitespace
2017-09-29 Robin GareusRemove code related to capture-offset.
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-28 John EmmasCheck in a few MSVC projects to accommodate the change...
2017-09-28 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-09-28 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-09-28 John EmmasRename 'libs/temporal/MSVCtemporal/timecode.vcproj...
2017-09-28 John EmmasRename 'libs/temporal/MSVCtimecode' to 'libs/temporal...
2017-09-28 Robin GareusPropagate Latency to backend/system ports (Dummy backend)
2017-09-27 Robin GareusUpdate session-utils Readme
2017-09-27 Robin GareusMinor refinement of new session util
2017-09-27 Robin GareusAdd session-util to create a new empty session
2017-09-27 Robin GareusMore s/frame/sample/ -- Lua Scripts
2017-09-26 Robin GareusAnother Lua example script
2017-09-26 Robin GareusExport needs to offset buffers when processing partial...
2017-09-26 Robin GareusFix FixedDelayline, default configuration increased...
2017-09-25 Paul Davischange libtemporal to be versioned like all others
2017-09-25 Paul Davisadditional changes to follow library name change from...
2017-09-25 Robin GareusRetire ClickBox + AutoSpin
2017-09-25 Robin GareusRemove unused ClickBox
2017-09-24 Julien "_FrnchFrgg_... Simplify the logic of on_scroll_event
2017-09-24 Julien "_FrnchFrgg_... Make ArdourFader's scroll handler obey to Alignment...
2017-09-24 Robin GareusFix computation of AutomationController steps
2017-09-24 Paul Davisfix ardev and friends to use new libtemporal
2017-09-24 Paul Davisfix header order and space alignment
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-24 Paul Davisnew header file for audio-based time types
2017-09-24 Paul Davispart two of initial libtemporal creation
2017-09-24 Paul Davischange libtimecode to libtemporal, add Evoral::Beats...
2017-09-24 Paul Davisadd (back) nutemp makefile
2017-09-23 Robin GareusThe beginning of the end for ClickBox
2017-09-23 Robin GareusAdd API set bar-controller spinbox digits
2017-09-23 Robin Gareusprefer floor() over round(), this avoids "-0"
2017-09-23 Robin GareusNO-OP: whitespace
2017-09-23 Robin GareusFix changing playlist (Track is responsible for signal...
2017-09-22 Robin GareusFix crash in playlist selector for removed tracks.
2017-09-22 Robin Gareusamend ab3889ff: portaudio backend uses a vector for...
2017-09-22 Robin GareusConsolidate check for internal/non-removable processors
2017-09-22 Robin GareusPropagate Latency to backend/system ports
2017-09-22 Robin GareusFix order of [initial] latency-computation
2017-09-22 Robin GareusNO-OP: whitespace
2017-09-22 Robin GareusFix issue with Template manager deleting templates...
2017-09-22 Robin GareusEnforce disk-reader to be after the disk-writer
2017-09-21 Robin GareusNO-OP: whitespace
2017-09-21 Robin GareusAlignmentChoise is a Track Property
2017-09-21 Robin GareusDon't recurse into MacVST bundle-folders during plugin...
2017-09-21 Robin Gareusfix clang compilation (include header ordering)
2017-09-21 Robin GareusFix crash when unloading a partially loaded session.
2017-09-21 Robin Gareuss/created with/modified with/
2017-09-20 Julien "_FrnchFrgg_... Don't try to limit the UI width if no screen is found
2017-09-20 Robin GareusClean up and fix win x-compile script
2017-09-20 Robin GareusFix buildstack revision report
2017-09-20 Julien "_FrnchFrgg_... Bail out early if a screen isn't found
2017-09-20 Paul Davisfix boolean logic for roll_delay vs. disk_samples_to_co...
2017-09-20 Paul Davisdo not advance DiskReader's idea of playback_sample...
2017-09-20 Paul Davisclearer catastrophic error message, rather than assert()
2017-09-19 Robin GareusAdd Lua script to print signal latencies
2017-09-19 Paul Davisattempt to fix roll delay logic by moving it into DiskR...
2017-09-19 Paul Davisfix GTK+ warnings when trying to determine maximum...
2017-09-19 Robin GareusExplicit key-event forwarding for MacVST
2017-09-19 Robin GareusFix buildstack report
2017-09-19 Robin GareusA frame can also be a rectangle [NSView frame]
2017-09-19 Robin GareusRevert some more frame/sample API issues
2017-09-19 Paul DavisRevert "remove unusued roll_delay member of DiskReader"
2017-09-19 Paul Davisfix unintentionally edited color/theme name from f2s...
2017-09-19 Paul Davisremove unusued roll_delay member of DiskReader
2017-09-19 Robin GareusFix nightly typos'n'thinkos: initial-delay calculation
2017-09-19 R. MattesFixed typo
2017-09-19 Paul Daviscorrect version in pre-release warning
2017-09-19 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-09-19 Robin GareusMore s/frame/sample/ - fixes unit-test compilation
2017-09-19 Robin GareusMore Coreaudio SDK fixes, after 30b087ab3
2017-09-19 Robin GareusAmend c8a9b28d3 and 40aebce. Fix gain automation edge...
2017-09-19 Robin Gareuspartially revert 30b087ab3, CoreAudio SDK uses "Frames"
2017-09-19 Paul Davisremove getter for Amp::_apply_automation_gain; reset...
2017-09-19 Paul Davisconsolidate roll methods into Route::roll()
2017-09-19 Robin GareusVarious updates and fixes for Latency Compensation
2017-09-18 Paul Davisremove debug output
2017-09-18 Paul Davismanually fix up various cases where Gtk:Frame foo_frame...
2017-09-18 Robin Gareusamend prev. commit
2017-09-18 Robin GareusTweak default config
2017-09-18 Robin GareusEnoify v6.x
2017-09-18 Paul DavisDisk IO "pre-fader" means pre-trim, not post-trim
2017-09-18 Len OvensMenu Action list omit leading /
2017-09-18 Paul DavisNO-OP: reindent
2017-09-18 Paul Davismanually fix up comments in libs/timecode/src/time...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisfix issue with initialization of a BBT_Time variable. 6.0-pre0
2017-09-18 Paul Davischange iteratory indirection syntax, remove debug output
2017-09-18 Paul Davisadded TempoMap::Changed signal
2017-09-18 Paul Davisadd back-pointer to TempoMap from points, and push...
2017-09-18 Paul Davismore changes to broken-out tempo code
2017-09-18 Paul Daviscontinuing miscellaneous work on broken-out tempo code
2017-09-18 Paul Davisadd a _locked variant for TempoMap::dump()
2017-09-18 Paul Davisadd _locked() variants to new tempo experiment
next