summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
2013-06-07more sockets to close on fork()Robin Gareus
2013-06-06fix memory leaks and compiler warnings in LXVST codeRobin Gareus
2013-06-03lilv-backwards compatible min buffer-size implementationRobin Gareus
2013-06-03add forgotten free() -- fix tiny memory leakRobin Gareus
2013-06-03fix typo in prev commitRobin Gareus
2013-06-03lilv_port_get() for LV bufsize query requires new lilvRobin Gareus
2013-06-03properly clean up LV2 worldRobin Gareus
2013-06-03honor LV2 rsz:minimumSize for Atom Event buffersRobin Gareus
2013-05-26Return null if deserializing an export timespan doesn't succeed with at least...Sakari Bergen
2013-05-26Remove special handling of session range in export. Fixes things when the ses...Sakari Bergen
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-06fix crash on export if no master bus is present in the sessionRobin Gareus
2013-05-02forward port VST parameter name fix from mixbus: some/many VST plugins expect...Paul 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-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
2013-04-22Delete *.bak filesAdrian Knoth
2013-04-15Revert "option to ignore feedback detection - /i know what i'm doing/ mode."Robin Gareus
2013-04-15option to ignore feedback detection - /i know what i'm doing/ mode.Robin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10fix LXVST support for plugins that make audioMaster callbacks from within eff...Paul Davis
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-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-06for the Auditioner only, do not reset the buffer count for scratch buffers to...Paul Davis
2013-04-06fix up export formats search path to correctly locate bundled (or installed) ...Paul Davis
2013-04-05if auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat th...Paul Davis
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 me...Hans Baier
2013-04-05make MIDI clock work once more: Hans Baier
2013-04-05ignore "external timecode is sync locked" for non timecode slaves.Robin Gareus
2013-04-02Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-02fix (?) behaviour when punching into automation write mode while the transpor...Paul Davis
2013-04-02vtl: remove xjadeo option dialogRobin Gareus
2013-04-01fix #5424: routes created from templates do not get names based on the user-s...Paul Davis
2013-04-01clarify comment about Automatable/ControlSet inheritancePaul Davis
2013-04-01Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-03-31remove debug outputPaul Davis
2013-03-31more work on the suprisingly ongoing filename/path/origin issuePaul Davis
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-30Fix tests compilationJulien de Kozak