summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
AgeCommit message (Expand)Author
2008-11-19per-route OSC control of solo/mute/recenable/gainPaul Davis
2008-10-09fix reload & use of MIDI port configuration, so that per-session setup is act...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related is...Paul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-03-13(OS X native: don't write dynamic pango.rc into app.bundle); use Glib::get_ho...Paul Davis
2008-02-17Fix incorrect comment.David Robillard
2008-02-14dynamic discovery & loading of keybindingsPaul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
2008-02-13add missing headerDoug McLain
2008-02-13allow ardour to use the (hard) maximum number of open files (this one's for y...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-25lots of small fixes related to the rythmic rodentPaul Davis
2008-01-11Fix GCC 4.2 warnings.David Robillard
2007-09-27auto-re-connect ALSA seq ports at startup, if they were connected; may break ...Paul Davis
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ...Paul Davis
2007-09-10try to make peak building from scratch more efficientPaul Davis
2007-08-22remove GTKOSX_PREFIX from scons; MIDI/MMC fix from Chris G; fix crash when st...Paul Davis
2007-07-20permit MIDI port removal now, and save MIDI ports back to the ardour.rc filePaul Davis
2007-06-012nd stage of denormal handling (from trunk); fix to avoid FLAC support when u...Paul Davis
2007-05-31add new denormal handling capabilities (95% finished)Paul Davis
2007-04-07add new profile object, use it to remove certain horizontal elements from GUI...Paul Davis
2007-03-13Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as Sampo Savolainen
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of di...Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-01-13Correct asm constraint.Sampo Savolainen
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis
2007-01-09Hopefully last in line of assembler fixesSampo Savolainen
2007-01-08More "elegant" fix for the 64 bit SSE issue, done with rbx restoring Sampo Savolainen
2007-01-08Hopefully the end to 64 bit SSE issuesSampo Savolainen
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ...Nick Mainsbridge
2006-12-22start using global, 100% generic enum to/from string objectPaul Davis
2006-12-22more panner tweaksPaul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-11-17fixes for MIDI port setup; options editor now sets trace options correctly (s...Paul Davis
2006-10-03added global revision info accessPaul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
2006-07-27sfdb paths are saved and restored.prercuTaybin Rutkin
2006-07-11Fix for compiling on gcc4.Taybin Rutkin
2006-07-08save+restore ID counter; fix buglet introduced with ID's when saving region s...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-22correctly forward configure events to plugin windows, and cleanup FST codePaul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin