summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-03-15better, cleaner fix for copying sends/returns/port inserts via XML statePaul Davis
2012-03-14Fix comment and one return value.Carl Hetherington
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2012-03-13use g_fopen()Paul Davis
2012-03-13use g_fopen()Paul Davis
2012-03-13No-op; coding style.Carl Hetherington
2012-03-13Centralise and fix up path creation for Linux VST info files; prevents creati...Carl Hetherington
2012-03-13Use fgets and sscanf to read numbers rather than fscanf, avoiding strange occ...Carl Hetherington
2012-03-10Patch from colinf to allow the number of recent sessions toCarl Hetherington
2012-03-09Fix test build.Carl Hetherington
2012-03-08Fix atom sequence ports.David Robillard
2012-03-07Patch from colinf to fix auto-connect of bus outputs (#4758).Carl Hetherington
2012-03-07implement XMLNode::operator=() as a deep operation with the same semantics as...Paul Davis
2012-03-07Add motorised attribute to DeviceInfo for generic MIDI maps so thatCarl Hetherington
2012-03-06fix misspelt #ifdefPaul Davis
2012-03-06Work around problems with some JACK<->ALSA midi bridges which don'tCarl Hetherington
2012-03-06Mark rec enable controllables as toggling.Carl Hetherington
2012-03-05Make route group dialog resizable; make ArdourPrompter entriesCarl Hetherington
2012-03-05Prevent duplication of search path elements when symlinks are involved (#4568).Carl Hetherington
2012-03-05Use inodes_same() function.Carl Hetherington
2012-03-05Add new inodes_same() method.Carl Hetherington
2012-03-03Update for latest Lilv SVN.David Robillard
2012-03-02fixes for 64 bit OS X build (c/o david robillard); tested on Lion & TigerPaul Davis
2012-03-01follow glib include rules, sighPaul Davis
2012-03-01follow glib include rules, sighPaul Davis
2012-03-01use #include <typeinfo> before using typeidPaul Davis
2012-03-01follow glib include rules, sighPaul Davis
2012-03-01Hopefully fix compilation without Suil.David Robillard
2012-03-01Patch from colinf to fix crash on stem export of 4-channel tracks (#4750).Carl Hetherington
2012-02-29fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAMEPaul Davis
2012-02-29Update to latest LV2 atom extension.David Robillard
2012-02-28More verbosity for Linux VST loading.Carl Hetherington
2012-02-28Move a few declarations to first use.Carl Hetherington
2012-02-28We already checked for vstfx being NULL, so the secondCarl Hetherington
2012-02-28Use dBs for send gain automation controls too.Carl Hetherington
2012-02-27Display amp automation in dB using a logarithmic fader.Carl Hetherington
2012-02-27fix typo in jack-out-of-ports messagePaul Davis
2012-02-27Fix previous commit.Carl Hetherington
2012-02-27Be slightly more verbose about vstfx_get_info errors.Carl Hetherington
2012-02-27Slightly tweaked patch from colinf to avoid crashes onCarl Hetherington
2012-02-26Fix crash on opening the export dialogue when there are noCarl Hetherington
2012-02-25Fix real-time violation, only send UI updates if explicitly requested by UI.David Robillard
2012-02-25Use FastScreenUpdate for UI message updating, and only if plugin has message ...David Robillard
2012-02-25Full round-trip message communication between LV2 UIs and plugins.David Robillard
2012-02-25Use more straightforward 1:1 names for URI nodes.David Robillard
2012-02-25Support LV2 atom sequence ports alongside old event ports.David Robillard
2012-02-24Clean up LV2 code in preparation for atom support.David Robillard
2012-02-15part two of: make region gain line visibility global, not per-regionPaul Davis
2012-02-07fix coloring of global rec-enable button when actively recording; fix related...Paul Davis
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis