summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 debug noisePaul 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-20Use the new do_export() method when asked to exportJulien "_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-19add missing header includeRobin Gareus
2016-07-19enforce range of HP/LPRobin Gareus
2016-07-19Fix a typo in HiAndLowPass.luaJulien "_FrnchFrgg_" RIVAUD
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-19Don't add Bundles to PortMatrix if they only have mistyped portsJulien "_FrnchFrgg_" RIVAUD
2016-07-19Remove bus ignore from MIDI tracksJulien "_FrnchFrgg_" RIVAUD
2016-07-18OSC: check if pan exists, fixes MB crash.Len Ovens
2016-07-18add a const - just because.Robin Gareus
2016-07-18add a plugin-death connectionRobin Gareus
2016-07-18add some strategic lua gc steps.Robin Gareus
2016-07-18rework lua-bridge C++ variable referencesRobin Gareus
2016-07-18stop using Gestalt() on OS X (deprecated and no longer operating correctly)Paul Davis
2016-07-18fix a compile of annoying compiler warnings with elcap clangPaul Davis
2016-07-18before pushing keybindings to GTK for menu display, make sure that we add bac...Paul Davis
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-07-18fix unused variable warnings and code tidyPaul Davis
2016-07-18fix PingbackRobin Gareus
2016-07-18clean up HttpGetRobin Gareus
2016-07-18fix incorrect restoration of pane positions on Apple.Paul Davis
2016-07-18OSC: Get rid of meter noise in MB.Len Ovens
2016-07-18add 2 missing colors for clear gray themePaul Davis
2016-07-18add new clear-gray color themePaul Davis
2016-07-18correctly package color theme files for both linux and OS XPaul Davis
2016-07-18turn back towards color theme files ALWAYS including the program name. also l...Paul Davis
2016-07-18Normalize API rename part 2Robin Gareus