summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Collapse)Author
2013-07-10prepare meter configuration..Robin Gareus
- rework metric/tick image cache invalidation - flush cache - send signal to queue redraws (TODO) selectively flush cache // cache per size, style - add four common line up levels
2013-07-10add options to show/hide master and midi tracks;; hide inactive tracksRobin Gareus
2013-07-10fix [some] issues when adding/removing output portsRobin Gareus
2013-07-10midi meter updates..Robin Gareus
2013-07-10session property - include busses in meterbridgeRobin Gareus
2013-07-10add lib/LV2 path akin to lib/surfaces, to allow bundling of LV2 plugins in ↵ben
an ardour release. My first attempt to push...
2013-07-07fix metering when monitoring track input. (ran twice)Robin Gareus
2013-07-05reset meters when changing metering-point or portsRobin Gareus
2013-06-21Add config variable for Freesound download folder location.Colin Fletcher
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-06-14don't display freewheeling & samplerate LV2 ports on GUIRobin Gareus
2013-06-13Generalize no-plugin-state from AudioUnits to all pluginsPaul Davis
Replace AU_STATE_SUPPORT compile-time define with NO_PLUGIN_STATE and make it prevent plugin state setting, preset loading, preset saving and plugin state saving. Blocks on these actions exist partially in the backend and partially in the GUI (this latter class are not absolute, and should OSC or MIDI be able to drive Plugin::save_preset() the block could be circumvented). Set NO_PLUGIN_STATE if --freebie is used at waf-configure time
2013-06-14Update Russian translation of Ardour 3.2Alexandre Prokoudine
2013-06-13fix up versioning stuff for libardour, which should track regular ardour ↵Paul Davis
release versions
2013-06-11update .po filesPaul Davis
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
with b26cc125 these are no longer needed.
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 ↵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-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 ↵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-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
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-22Delete *.bak filesAdrian Knoth
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-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-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 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"