summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-05-29increase accuracy of fades.Robin Gareus
2014-05-29revert x-fade curves to Mixbus2.Robin Gareus
2014-05-28VST: fix name detection if effGetEffectName is N/A, remove superfluous \0.Robin Gareus
2014-05-28VST: properly query name from pluginRobin Gareus
2014-05-26fix region export with fades and gain.Robin Gareus
2014-05-26NOOP, just re-indent diagramRobin Gareus
2014-05-26apply gain automation on bounce - fixes 5887Robin Gareus
2014-05-26allow to set custom thread-buffer sizeRobin Gareus
2014-05-26process effect-automation when bouncing w/processingRobin Gareus
2014-05-25ignore sends when bouncing w/processing - only break on inserts.Robin Gareus
2014-05-25bounce to target number of channelsRobin Gareus
2014-05-25compensate for processor latency during bounceRobin Gareus
2014-05-25fix bounce with processing (thread buffers) fixes #5920Robin Gareus
2014-05-23Initialise _soundcloud_upload to false in ExportFormatSpecificationColin Fletcher
2014-05-23Add and use a DEBUG flag for Soundcloud uploads.Colin Fletcher
2014-05-23Set 'downloadable' property on Soundcloud uploadsColin Fletcher
2014-05-23Show URI of file uploaded to Soundcloud in log window.Colin Fletcher
2014-05-23Visual tweaks to Soundcloud panelColin Fletcher
2014-05-23Better names for Soundcloud-related members of ExportHandlerColin Fletcher
2014-05-23Make Soundcloud upload applicable to any export format.Colin Fletcher
2014-05-23Remove Soundcloud upload from export format specificationColin Fletcher
2014-05-21Add newly introduced sources to MSVC projectsJohn Emmas
2014-05-21Use Glib::usleep() for consistencyJohn Emmas
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-18Add back libardour wrappers for PBD::SystemExecColin Fletcher
2014-05-18Use ARDOUR namespace for SystemExecColin 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-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 pattern to match possible audio backends on windowsTim Mayberry
2014-05-10Bug fix imported from Mixbus2 (SVN r11025)John Emmas
2014-05-06provide plugins with all available buffers.Robin Gareus
2014-05-06Add some casting and namespace specifiers to keep MSVC happyJohn Emmas
2014-05-06Add 'midi_scene_change' sources to ardour.vcprojJohn Emmas
2014-05-02a variety of changes to finalize (?) (MIDI) SceneChange functionalityPaul Davis
2014-05-02tell the SceneChanger to emit any relevant scene changes after a locatePaul Davis
2014-05-02changing the start (position) of a marker with a scene change needs to update...Paul Davis
2014-05-01Introduce global default-fade-shape configuration variableAdrian Knoth
2014-05-01Drop unused set_default-fade(float, framecnt_t) prototypeAdrian Knoth
2014-05-01fix crash in butler when destroying before thread is startedPaul Davis
2014-05-01use AudioBackendInfo::already_configured() to correctly determine if backend ...Paul Davis
2014-05-01Add AudioBackend::info() method to retrieve AudioBackendInfo objectPaul Davis
2014-04-30use per-channel signals to pick up scene changes, rather than global onesPaul Davis
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-28add another missing filePaul Davis