summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2013-05-26Return null if deserializing an export timespan doesn't succeed with at ↵Sakari Bergen
least one range. This should fix an issue with loading old sessions using the old way of handling session ranges specially.
2013-05-26Remove special handling of session range in export. Fixes things when the ↵Sakari Bergen
session range is renamed.
2013-05-25skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatencyRobin Gareus
2013-05-19Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.Robin Gareus
2013-05-17simplify prev commitRobin Gareus
2013-05-17free buffer then set it to 0jdekozak
2013-05-17initialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startupjdekozak
2013-05-16fix jack session filename (colons are invalid)Robin Gareus
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu ↵Paul Davis
includes hyperthreading cpus)
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ↵Paul Davis
for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
2013-05-06fix crash on export if no master bus is present in the sessionRobin Gareus
2013-05-05fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete ↵Paul Davis
and add a bit of visibility tracking debugging
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ↵Paul Davis
without combination with other sigc::trackable parents; fix partially_visible() logic
2013-05-02forward port VST parameter name fix from mixbus: some/many VST plugins ↵Paul Davis
expect the buffer passed to them to be zero-filled, not just null-at-start. without this they can return garbage strings for parameter names
2013-05-02reduce verbosity of DEBUG::Sequence tracesPaul Davis
2013-05-02don't do debug trace output for every Render (process) call on an AU pluginPaul Davis
2013-05-01Merge branch 'license-fix' of https://github.com/adiknoth/ardourPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from ↵Paul Davis
debugging wierd problems with stacktrace() on paul's system
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
within effOpen (e.g. glitch)" This patch broke just about all other LVXST plugins. Glitch is doing something wrong, or there is more magic about VST that we have yet to understand. This reverts commit 56bc98f78bd3b1e5ba5c6ce902b2805d40a6cc53.
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-04-22Drop obsolete dmalloc.cc from libs/pbd.Adrian Knoth
The file relies on -DDEBUG_MALLOC and references i #include "/usr/local/src/dmalloc-4.1.2/return.h" It is safe to assume that it's dead code.
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
The file relies on -DDEBUG_MALLOC and references #include "/usr/local/src/dmalloc-4.1.2/return.h" It is safe to assume that it's dead code.
2013-04-22Delete *.bak filesAdrian Knoth
2013-04-22Drop obsolete powermate code from libs/surfaceAdrian Knoth
2013-04-22Fix license in fastlog.Adrian Knoth
Date: Mon, 22 Apr 2013 19:09:04 +0200 From: Laurent de Soras <laurent.de.soras@free.fr> To: Adrian Knoth <adi@drcomp.erfurt.thur.de> Subject: Re: License of FastLog Hi Adrian, > Several open-source projects like Ardour use the code below which has > no explicit license. > > If you agree (read: reply), we'd like to add the MIT license to this > file, that is, change the copyright statement to the following text: Nowadays I license my code under the WTFPL, which should be compatible with the traditional open source licenses. So please use this one instead: <http://www.wtfpl.net/about/> -- Laurent de Soras | Ohm Force DSP developer & Software designer | Digital Audio Software http://ldesoras.free.fr | http://www.ohmforce.com
2013-04-15Revert "option to ignore feedback detection - /i know what i'm doing/ mode."Robin Gareus
This reverts commit e17f75b351356279778e4ea4adbb6c0d544ba755.
2013-04-15option to ignore feedback detection - /i know what i'm doing/ mode.Robin Gareus
This currently only has effect if the loop connection is made/unmade while the option was set/unset. Toggling the option itself won't trigger a graph re-order
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10fix LXVST support for plugins that make audioMaster callbacks from within ↵Paul Davis
effOpen (e.g. glitch)
2013-04-09Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-09update all i18n .po filesPaul Davis
2013-04-08fix prev commit SaveSession() signal was sent too late.Robin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-06partially clean up warnings from "prolooks" codePaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to ↵Paul Davis
Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit
2013-04-06fix crash when using track templates caused by a recent change to the ↵Paul Davis
filescanner API. if the template contains no plugin states, the scanner would return a null pointer, and we would fail to notice
2013-04-06for the Auditioner only, do not reset the buffer count for scratch buffers ↵Paul Davis
to the input configuration, since the input config is irrelevant (data comes only from disk, no passthru). Should fix #5427 and #5432)
2013-04-06fix reload of Generic MIDI binding state when the target state involves just ↵Paul Davis
a binding map, with no specific controller bindings at all (should fix #5210)
2013-04-06fix up export formats search path to correctly locate bundled (or installed) ↵Paul Davis
export formats
2013-04-05if auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat ↵Paul Davis
them as if they are still "default"
2013-04-05Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-04-05midi_clock_slave.cc: report to ardour the delta that the loop sees (revert ↵Hans Baier
me if you object)
2013-04-05make MIDI clock work once more: Hans Baier
* increase filter bandwith to make it sync faster * use transport_frame instead of audible_frame for calculating the loop error (thanks robin!) * reduce the deadzone to 0.1% (thanks robin)
2013-04-05ignore "external timecode is sync locked" for non timecode slaves.Robin Gareus
2013-04-03fix reversed semantics from 86f1b for LaterNoteEndComparator()Paul Davis
2013-04-02Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-02fix (?) behaviour when punching into automation write mode while the ↵Paul Davis
transport is moving, hopefully without breaking anything else
2013-04-02vtl: remove xjadeo option dialogRobin Gareus
xjadeo options (selective session restore) are only useful for testing and debugging.
2013-04-01fix #5424: routes created from templates do not get names based on the ↵Paul Davis
user-supplied text from the add route dialog
2013-04-01clarify comment about Automatable/ControlSet inheritancePaul Davis