summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-03-20make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam file...Paul Davis
2012-03-20tweak audio track importer to use the modified xml++ API for XPATH searchingPaul Davis
2012-03-20a lot of tweaking and fixing for the MIDNAM parsing code so that it correctly...Paul Davis
2012-03-20some deep changes to xml++ in which we retain a C-level xmlDocPtr as a member...Paul Davis
2012-03-19Add GPL boilerplate; use x->foo for (*x).foo; tidy some indentation; use a ta...Carl Hetherington
2012-03-19Add set_motorised().Carl Hetherington
2012-03-17Remove erroneous non-run of plugins when the transport is stoppedCarl Hetherington
2012-03-17fix crash when setting an LV2 preset that refers to ports via incorrect names...Paul Davis
2012-03-17remove debugging outputPaul Davis
2012-03-16continue the saga of Rewrite The XML Node So That It Can Be Used To Set Anoth...Paul Davis
2012-03-16use MOD2 for command key on OS X, just like in 2.XPaul Davis
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16remove now-unused Route::has_external_redirects()Paul Davis
2012-03-15add new filesPaul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-15remove unused Glib::Thread* from ProcessThreadPaul Davis
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