summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-03-16add missing ifdefRobin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-15avoid memcpy if it's not needed.Robin Gareus
2016-03-15remove plugin ui settings from rc-configRobin Gareus
2016-03-15new preference: don't open plugin GUI when there's an inline displayRobin Gareus
2016-03-14update [LV2] Plugin Inline Display API: drop cairo dependencyRobin Gareus
2016-03-14use ForGroup to flag and detect route-group based control changesPaul Davis
2016-03-14Implement LV2 Inline Display ExtensionRobin Gareus
2016-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-03-14prepare custom LV2 extensionsRobin Gareus
2016-03-12Make sure that class 'ARDOUR::AnalysisGraph' is exportable (since it gets use...John Emmas
2016-03-12Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-12cleaner version of ac3da53Robin Gareus
2016-03-12reset export status when not normalizing - fixes #6816Robin Gareus
2016-03-11Configurable export-silence trim threshold (no GUI yet)Robin Gareus
2016-03-11prepare region/range loudness analysisRobin Gareus
2016-03-05Fix issue #0006806feandin
2016-03-05fix playlist channel-count when removing a connected port.Robin Gareus
2016-03-04fix processed region export (track output)Robin Gareus
2016-02-29initialize uninitialized variableRobin Gareus
2016-02-29configurable export prerollRobin Gareus
2016-02-29pre-process (silence) before export to flush reverb tails etc.Robin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-28specialize isfinite for MSVC compatRobin Gareus
2016-02-27Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-02-26prevent livelock on NaN, inf control parameters - fixes #6789Robin Gareus
2016-02-24potential mem corruption at session close:Robin Gareus
2016-02-23fix LV2Plugin::requires_fixed_sized_buffers()Robin Gareus
2016-02-23Add new sources to MSVC project (libardour)Robin Gareus
2016-02-23Implement Lua session-scriptsRobin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus
2016-02-23libardour lua-script-managerRobin Gareus
2016-02-23include static liblua with libardour & prepare bindingsRobin Gareus
2016-02-22basic DSP lib (for lua bindings)Robin Gareus
2016-02-22add lua search pathRobin Gareus
2016-02-22add syntax and scaffolding for MIDI binding maps to refer to selected tracks/...Paul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-22prepare for gcc6 rint() precision degradationRobin Gareus
2016-02-21prevent some mess when automating control ports on midi synthsRobin Gareus
2016-02-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-02-17allot to open OSX Finder with arbitrary pathsRobin Gareus
2016-02-17Make sure that MSVC knows which version of 'ceil()' we wantJohn Emmas
2016-02-16Fill some more VST transport flags.Ben Loftis
2016-02-16work-around case where metric is NULL in split cycles.Robin Gareus
2016-02-16try to catch https://github.com/rncbc/synthv1/issues/1#issuecomment-183041991Robin Gareus
2016-02-16Revert "proper debug prints for Analyser"Robin Gareus
2016-02-16chunk data before analysis, prefer 8KRobin Gareus