summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-08-06update german translationEdgar Aichinger
2016-08-06mark session dirty when changing plugin presetsRobin Gareus
2016-08-03add support for VST default values (instantiation time value)Robin Gareus
2016-08-01make Session::get_remote_nth_stripable() ignore hidden stripables unless asked.Paul Davis
2016-08-01Be more tolerant to missing values or errors in io_config()Julien "_FrnchFrgg_" RIVAUD
2016-08-01Remove redundant conditionJulien "_FrnchFrgg_" RIVAUD
2016-08-01Remove duplicate setters that don't affect the outcomeJulien "_FrnchFrgg_" RIVAUD
2016-07-31Fix state features arrayDavid Robillard
2016-07-31Support thread-safe LV2 state restorationDavid Robillard
2016-07-31Support LV2 log trace messagesDavid Robillard
2016-07-31Fix possible ringbuffer overflowDavid Robillard
2016-07-30Update Spanish translationpablus
2016-07-29Update French translationJulien "_FrnchFrgg_" RIVAUD
2016-07-28Fix whitespaceDavid Robillard
2016-07-26fix thinko-typo in SoloControl::soloed_by_others()Paul Davis
2016-07-26Call Plugin::load_preset() from LuaProc::load_preset()Julien "_FrnchFrgg_" RIVAUD
2016-07-26Add missing locale guard for luadsp preset loadingJulien "_FrnchFrgg_" RIVAUD
2016-07-26add Sidechain change handler for automatically added initial SC portsRobin Gareus
2016-07-26add initial midi sidechain if plugin has one.Robin Gareus
2016-07-2632bit compat (amend 90a67d04)Robin Gareus
2016-07-25another attempt to fix playhead position with varispeed.Robin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-24prepare region RMS (loudness) normalizationRobin Gareus
2016-07-24libs/ardour: update UK English localisationColin Fletcher
2016-07-24export rate formatting:Robin Gareus
2016-07-24add a lua timer callback signalRobin Gareus
2016-07-23Make Region's _beat a PBD::Property.nick_m
2016-07-22properly handle meter channel count changesRobin Gareus
2016-07-21fix issue with solo-in-placePaul Davis
2016-07-20tentative fix for a crash that occurs when switching backends.5.0-pre1Paul Davis
2016-07-20messages sent to info/warning/error/fatal should end with endmsg, not endlPaul Davis
2016-07-20remove long-lived debug output related to RT-setting of controlsPaul Davis
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-20ensure that Route::_phase_control has its state restored, and also re-arrange...Paul Davis
2016-07-20add LocaleGuard while restoring RC configuration.Paul Davis
2016-07-20Fix previous commitJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make bus's trim control also affect sends to the busJulien "_FrnchFrgg_" RIVAUD
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make MidiModel::write_section_to able to offset event timesJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make MidiModel::write_section_to() more type-independantJulien "_FrnchFrgg_" RIVAUD
2016-07-19save/restore track monitoring, rec-enable and rec-safe statesPaul Davis
2016-07-19and now with "d"Robin Gareus
2016-07-19revert inadvertently committed debug settingsRobin Gareus
2016-07-19and plain realloc (not mlocked) as baselineRobin Gareus
2016-07-19another TLSF vs realloc-pool shootoutRobin Gareus
2016-07-18add a const - just because.Robin Gareus
2016-07-18stop using Gestalt() on OS X (deprecated and no longer operating correctly)Paul Davis
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-18No-Op: rename Normalizer to IntermediateRobin Gareus
2016-07-18Fix stored type confusion in Meter/TempoSection::get_state().nick_m