Remove limit parameter from PBD::find_files_matching_regex
[ardour.git] / libs / ardour / audio_unit.cc
2014-06-25 Tim MayberryRemove limit parameter from PBD::find_files_matching_regex
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-15 Robin Gareusfix pathscanner / stl_vector related memory leaks
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-25 Robin Gareusimplement plugin-scan cancel-button sensitivity
2014-02-24 Robin Gareusprepare GUI notifications for plugin scan
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2013-12-04 Paul DavisMerge branch 'master' into windows
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-09 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-09 Paul Davischanges to allow window branch to build on OS X
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-08 Michael FisherReturn an empty string instead of a bool
2013-08-08 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherReturn an empty string instead of a bool
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-06-14 Paul Davismerge with master
2013-06-14 Paul DavisGeneralize no-plugin-state from AudioUnits to all plugins
2013-05-03 Paul Davismerge resolution with master
2013-05-02 Paul Davisdon't do debug trace output for every Render (process...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-14 Paul Davisfix OS X compilation
2012-07-12 Paul DavisAU version of break recursive loops of Plugin::paramete...
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-07-11 Paul Davisfix propagation of parameter changes from Plugin to...
2012-07-11 Paul Davisimproved version of last commit, for tracking plugin...
2012-07-11 Paul Davisupdate automatable parameter's Evoral::Control object...
2012-06-24 Paul Davisstring fix, plus a tweak to handling variable i/o AUs
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-05 Paul Daviswhen selecting one of a set of variable I/O configs...
2012-01-09 Paul Davisanother AU-specific tempo fix
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-05 Paul Davisupgrade audiounit support to use the new tempomap API
2011-12-22 Paul Davismore tempo-related AU changes
2011-12-22 Paul Davisswitch over audio_unit.cc to use divisions_per_bar...
2011-12-19 Paul Davisrename Timecode::BBT_Time::ticks_per_beat to Timecode...
2011-12-02 Paul DavisMake Carbon GUI support for AU's optional at compile...
2011-11-10 Paul Davisuse error << to replace cerr in AudioUnits GUI code...
2011-11-01 Paul Davisstart trying to remove the use of Plugin::info()->n_...
2011-10-19 Paul Davisadd AU parameter listening stuff from 2.X
2011-10-19 Paul Davisworking AU instruments (MIDI-driven synth plugins)
next