summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-08-15check master sources when determining whether a region uses a source. should ...Paul Davis
2013-08-13Call Gio::init from PBD::init instead of ARDOUR::initTim Mayberry
2013-08-13Call PBD::init in ARDOUR::init and PBD::cleanup in ARDOUR::cleanupTim Mayberry
2013-08-13Prevent libardour from being initialized more than onceTim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-11fix thinko in 5dee49e19Robin Gareus
2013-08-11fix 5dee49e19 (32/64 bit unsigned int compatibility)Robin Gareus
2013-08-11make LV2 communication buffers independent from jack-midi buffer-sizeRobin Gareus
2013-08-07fix compiler warningRobin Gareus
2013-08-04fix no-roll LTC encoder, honor locates when transport is stoppedRobin Gareus
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-08-03properly handle port removal in route.Robin Gareus
2013-08-03Merge branch 'midiclock' of https://github.com/axetota/ardourRobin Gareus
2013-08-02Send and Read MIDI Positions the right wayMichael Fisher
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02fix typos in display of error message about an LV2 plugin presetPaul Davis
2013-08-02Midi clock housekeepingMichael Fisher
2013-08-02Make Session::send_song_position_pointer a no-opMichael Fisher
2013-08-02Revamp clock processing so it uses an internal frame reference.Michael Fisher
2013-08-02WIP - Experimenting with an alternative clock generating algoMichael Fisher
2013-08-02- Send position data from internal position classMichael Fisher
2013-08-02Test code removal...Michael Fisher
2013-08-02MIDI Clock - Shuffling locate code (not actually used yet)Michael Fisher
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-08-01remove an identical odd namespacing typoPaul Davis
2013-08-01remove odd namespacing typoPaul Davis
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-31fix typo in c212c16ebRobin Gareus
2013-07-31initialize some uninitialized valuesRobin Gareus
2013-07-31catch assert()Robin Gareus
2013-07-31LV2 - use scratch buffers to scratch :)Robin Gareus
2013-07-31another amend to 00f26394a9Robin Gareus
2013-07-31fix stupid copy/paste error in 00f26394a9Robin Gareus
2013-07-30RMS meter: remove unused peak-detectionRobin Gareus
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-30Revert "fix issue with generator plugins and no-roll disk monitoring"Robin Gareus
2013-07-30fix issue with generator plugins and no-roll disk monitoringRobin Gareus
2013-07-29Merge branch 'clang-rebased' of https://github.com/axetota/ardourPaul Davis
2013-07-29Return an empty string instead of a boolMichael Fisher
2013-07-29Cast param for std::time to a pointer of time_tMichael Fisher
2013-07-29Housekeeping, code styleMichael Fisher
2013-07-29Moving Mclk locating code to ticker.cc. HousekeepingMichael Fisher
2013-07-29Add method to send a song position pointer messageMichael Fisher
2013-07-29use K-20 meter as default master busRobin Gareus
2013-07-29add option to resize meterbridge track-labelsRobin Gareus
2013-07-28change default meter-fall-off to 13.3 dB/secRobin Gareus
2013-07-28fix compiler warnings.Robin Gareus