summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-24pot/po file updates caused by waf i18nPaul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2013-08-24export: add support for CAFTim Blechmann
2013-08-23don't run meter in import-dialog if the dialog is not visibleRobin Gareus
2013-08-22undo the hiding of SR-dependent LV2 portsPaul Davis
2013-08-15update czech translations from pavel fric, part 2Paul Davis
2013-08-15update czech translations from pavel fricPaul Davis
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-13Move curve test file handling in main() until after ARDOUR::init is calledTim Mayberry
2013-08-13Remove call to PBD::ID::init as it is now done via ARDOUR::initTim Mayberry
2013-08-13Call setup_libpbd_enums in PBD::init for portabilityTim Mayberry
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-13Add PBD::init and PBD::cleanupTim Mayberry
2013-08-13Move initialization of libardour from ARDOUR_UI class into main()Tim 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-09fix typosRobin Gareus
2013-08-09updated monitor modes doc (new version from Chris with IDs)Robin Gareus
2013-08-08remove --no-freesound option. fixes #5640Robin Gareus
2013-08-07new Mackie Control device file for Qcon controller (from #5634)Paul Davis
2013-08-07fix compiler warningRobin Gareus
2013-08-04fix meter-background highlight when peaking. (> vs >=)Robin Gareus
2013-08-04fix rounding issue when dragging video with fractional fpsRobin Gareus
2013-08-04vtl: import audio at video-offset, forget offset on "Remove Video"Robin Gareus
2013-08-04Timecode: fix subframe roundingRobin 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-03dedicated namespace for video-utilsRobin Gareus
2013-08-03remove strtok_r() from video_query_info()Robin Gareus
2013-08-03add a peak reset button to the editor meterRobin Gareus
2013-08-03fix gtk "child->parent == NULL" assertsRobin Gareus
2013-08-03properly handle port removal in route.Robin Gareus
2013-08-03fix "other" port-group tabRobin 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-02Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher
2013-08-02keep port-matrix in sync when deleting ports. and fix segfault on session clo...Robin Gareus
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