summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-02-15compile fix for osxBen Loftis
2010-02-15make it easier to measure insert latency. do our best to save and recall itBen Loftis
2010-02-15add missing func for osxBen Loftis
2010-02-15additional osx compilation fixes. more UAD tweaks. close and delete session...Ben Loftis
2010-02-12fixes for OS X compile of last commitPaul Davis
2010-02-12provide Redirect::requires_fixed_sized_buffers() as a way to handle UAD plugi...Paul Davis
2010-02-05correct size used by tempo line allocator; fix crash when exit is initiated b...Paul Davis
2010-02-04the missing flush call for pluginsPaul Davis
2010-02-04add new Redirect::flush() model to accomodate plugin models where flush != de...Paul Davis
2010-02-02add back missing exp() call in barcontroller logarithmic display handling; sw...Paul Davis
2010-02-02remove some debug printoutsBen Loftis
2010-02-02if AU is already configured with the io configuration we are requesting, dont...Ben Loftis
2010-02-02cleanup previous commit that would not compile on OS XPaul Davis
2010-02-01some AU debuggingPaul Davis
2010-02-01silence extra buffers not handled/touched/filled by an AU (e.g. 2in/1out - si...Paul Davis
2010-02-01tweaks related to export/AU/VST fixPaul Davis
2010-02-01call Route::set_block_size() before exporting stuff for a track, so that plug...Paul Davis
2010-02-01force AU plugins to maintain the number of in-out streams if possibleBen Loftis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2010-01-29fix various issues with AU ID handlingPaul Davis
2010-01-29use isxdigit not isdigit when parsing 2.8.5 AU id'sPaul Davis
2010-01-29fix up coding errors in previous AU-related commitPaul Davis
2010-01-29potential fixes for AU unique ID confusion(s)Paul Davis
2010-01-28fix logic in can_doBen Loftis
2010-01-27better algorithm for checking when AU plugins ::can_do() a particular IO conf...Paul Davis
2010-01-23fix VST compilationPaul Davis
2010-01-22fix AU configure pathway so that we uninitialize the plugin if necessary; str...Paul Davis
2010-01-22use correct menu item label strings for [ and ] (but Cocoa refuses to display...Paul Davis
2010-01-22provide Glib::ustring() variant of strip_whitespace_edgesPaul Davis
2010-01-22fix weak ordering logic for plugin statusesPaul Davis
2010-01-21fix up parsing/format of plugin_statuses file, and add new italian translatorsPaul Davis
2010-01-21Forgotten file from ye olde general plugin type fixSampo Savolainen
2010-01-21use correct number of buffers when setting up data for an AudioUnit pluginPaul Davis
2010-01-21ensure that the relevant quarks are initialized before linking cocoa & gtk me...Paul Davis
2010-01-21tweak for yesterday's stopped/monitoring/state change fixPaul Davis
2010-01-20if ::no_roll() is called on a track or a route, and there is some behind-the-...Paul Davis
2010-01-20actually make i18n work on OS X, and update osx_build to install .mo files (f...Paul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-17do not run update() on a Crossfade from inside its constructor, since shared_...Paul Davis
2010-01-16lincoln's fix for punch in latency compensation, for 2.XPaul Davis
2010-01-16a tiny change that fixes MMC (and other things) aborting capture-on-stop when...Paul Davis
2010-01-16libs/sigc++2/missing is a generated file that should not be in svnPaul Davis
2010-01-16minor tweaks to gtkapplication quartz code and turn off keyboard event debuggingPaul Davis
2010-01-15add missing functiong for GtkApplication on X11Paul Davis
2010-01-15tidy up and abstract the GtkApplication concept a bit for OS X integrationPaul Davis
2010-01-15fix missing parenBen Loftis
2010-01-15rework "ige_mac" menubar integration from Carbon to Cocoa; recast as start of...Paul Davis
2010-01-13fix unprintable chars in au_cache file, version it, and overwrite files of th...Ben Loftis
2009-12-31required extra header for memset() in FPUPaul Davis