summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-23Remove Soundcloud upload from export format specificationColin Fletcher
2014-05-23Fix MS-DOS line endingsColin Fletcher
2014-05-23meterbridge: don't include disk/input buttons on busses; fixes #5935Robin Gareus
2014-05-22add GPLv2 to exec_wrapperRobin Gareus
2014-05-21waves_backend (MSVC project) - Adapt for using Waves's (customized) portaudio...John Emmas
2014-05-21jack_backend (MSVC project) - Adapt for using portaudio_x86 library (Windows)John Emmas
2014-05-21Add newly introduced sources to MSVC projectsJohn Emmas
2014-05-21Use Glib::usleep() for consistencyJohn Emmas
2014-05-21enforce style-guide #3, #26 and #27Robin Gareus
2014-05-21CoreMidi is also needed on OSX.6Robin Gareus
2014-05-21osx-bundle: fix vforkRobin Gareus
2014-05-21fix type typoRobin Gareus
2014-05-19remove debug output from system_execColin Fletcher
2014-05-19Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvasPaul Davis
2014-05-19Merge branch 'mingw-updates' of https://github.com/mojofunk/ardour into cairo...Paul Davis
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-19indent in wscript uses spacesColin Fletcher
2014-05-19Use libardour SystemExec wrapper in gtk2_ardourColin Fletcher
2014-05-19remove unnecessary and wierd constant for bottom rect (drop zone) of track ca...Paul Davis
2014-05-19comment tweakPaul Davis
2014-05-19adding a new track via copy-region-drag now works (and shares code with the n...Paul Davis
2014-05-19non-copy region drag now creates a new track when a region is dragged to the ...Paul Davis
2014-05-19change return type of Editor::axis_view_from_route()Paul Davis
2014-05-19remove unused variablePaul Davis
2014-05-19part one of allowing region drag to the bottom (drop-zone) rect of track canvasPaul Davis
2014-05-18Add back libardour wrappers for PBD::SystemExecColin Fletcher
2014-05-18Use ARDOUR namespace for SystemExecColin Fletcher
2014-05-18SystemExec: copy last argument from command line to argv[]Colin Fletcher
2014-05-17partial fix for #5871 - midi-buffer sizeRobin Gareus
2014-05-17vst - fix effGetParameterProperties; label may be unset.Robin Gareus
2014-05-17vst-scanner app: properly init and use libpbd's TransmitterRobin Gareus
2014-05-16don't load selected session if other-project is chosen:Robin Gareus
2014-05-16more gettimeofday() -> g_get_monotonic_time()Robin Gareus
2014-05-16and one more gettimeofday() transition (mackie timers)Robin Gareus
2014-05-16yet another gettimeofday() removal (glibmm idle)Robin Gareus
2014-05-16outline portable implementation to replace clock_gettime()Robin Gareus
2014-05-16replace gettimeofday() with g_get_monotonic_time()Robin Gareus
2014-05-16DummyAudioBackend: configurable number of MIDI portsRobin Gareus
2014-05-15DummyAudioBackend: prepare configurable number of midi portsRobin Gareus
2014-05-15fix midi output on audio-tracks (e.g. audio->midi plugins)Robin Gareus
2014-05-14don't use llrint on already-integral variablesDevin J. Pohly
2014-05-14fix accumulated rounding error in BBT gridDevin J. Pohly
2014-05-14fix rounding error in the min:sec rulerDevin J. Pohly
2014-05-14fix major/minor ticks on min:sec rulerDevin J. Pohly
2014-05-14There will be no supported PPC build of Ardour3 so remove powerpc optimizatio...Tim Mayberry
2014-05-14Remove Mac Universal build option as it is no longer supportedTim Mayberry
2014-05-14Use Glib::usleep in DummyAudioBackend rather than ::usleepTim Mayberry
2014-05-14Remove incorrect code for mingw in DummyAudioBackend::in_process_threadTim Mayberry
2014-05-14Change windows packaging to have separate scripts for Fedora 19 and 20Tim Mayberry
2014-05-14Use COMPILER_MINGW define rather than __MINGW64__Tim Mayberry