summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-07-26OSC: Fix cut-n-paste mistake5.0-rc1Len Ovens
2016-07-26OSC: Make sends work for MB. Add pan to /path/stripLen Ovens
2016-07-26Call Plugin::load_preset() from LuaProc::load_preset()Julien "_FrnchFrgg_" RIVAUD
2016-07-26OSC: Fix forward detection to include >0 and <1Len Ovens
2016-07-26OSC: Remove redux controlLen Ovens
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-25add a timeout to flush_pending()Robin Gareus
2016-07-24prepare region RMS (loudness) normalizationRobin Gareus
2016-07-24OSC: Make pan controls work properly with MB too.Len Ovens
2016-07-24libs/ardour: update UK English localisationColin Fletcher
2016-07-24export rate formatting:Robin Gareus
2016-07-24kilo is a lower-case 'k'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-21a more reliable/robust/less complex version of previous commitPaul Davis
2016-07-21do not delete MIDIControllable* when dealing with pending MIDI Control reques...Paul Davis
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-20OSC: comp mode control text needs to be changed by signal too.Len Ovens
2016-07-20add LocaleGuard while restoring RC configuration.Paul Davis
2016-07-20minor safety fix for the PanePaul Davis
2016-07-20Gtkmm2ext::Pane: attempt to track child lifetime, since Gtkmm 2.4 doesn't do ...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-20a-Delay: Smooth transition on LPF changes and set max feedback 100Damien Zammit
2016-07-20a-Comp: Fix bug with DSP in the knee processing regionDamien Zammit
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-19add missing header includeRobin Gareus
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-19tweak realloc-pool realloc behavior.Robin Gareus
2016-07-19re-add TLSFRobin Gareus
2016-07-19a-Delay: Add feedback control 0 to 90 percentDamien Zammit
2016-07-18OSC: check if pan exists, fixes MB crash.Len Ovens
2016-07-18add a const - just because.Robin Gareus