summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-09-25copy LV2 options to heap.Robin Gareus
2015-09-24Add some casting to keep MSVC happyJohn Emmas
2015-09-24Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-09-23fix iterator after map::erase().Robin Gareus
2015-09-22standardize VST Callback debug message printRobin Gareus
2015-09-22add debug flags for VST CallbacksRobin Gareus
2015-09-21PBD::Debug to stdoutRobin Gareus
2015-09-21amend 01403dc (VST Pin connected)Robin Gareus
2015-09-21Update RouteGroup property defaults.Todd Naugle
2015-09-21processor-box: explicitly check for "Amp" (Fader)Robin Gareus
2015-09-21add includes for g_open()Robin Gareus
2015-09-21fix vst plugin; not sure if this was the intention, but it builds now.Ben Loftis
2015-09-21Vpot assign buttons don't do anything, don't light LEDs either.Len Ovens
2015-09-21Make Mackie control surface LEDs for modifier keys only light while pressed. ...Len Ovens
2015-09-21fix VST audioMasterPinConnected callbackRobin Gareus
2015-09-20fix duplicating multiple selected regions - fixes #6202André Nusser
2015-09-20explicit string.h include for memset()Robin Gareus
2015-09-20silence detection: include fades.Robin Gareus
2015-09-20fix sndfilesource::open return value typo.Robin Gareus
2015-09-20prepare LTC File ReaderRobin Gareus
2015-09-20add silence-stripping fade constraintsRobin Gareus
2015-09-19Dummy: add a CC only test-sequenceRobin Gareus
2015-09-19fix silence-strip process reportRobin Gareus
2015-09-19Fix windows test to also pass under wineTim Mayberry
2015-09-19no c99Robin Gareus
2015-09-19speed-up smf_track_delete() from O(N^2) to O(n)Robin Gareus
2015-09-18NOOP - SMF debugging.Robin Gareus
2015-09-18Midi CC events have no event-IDRobin Gareus
2015-09-18fix ever increasing MIDI event IDsRobin Gareus
2015-09-18Modify Strip Silence so that it can't create regions with -ve lengthsJohn Emmas
2015-09-18Make sure that those recently moved functions will be visible if they're need...John Emmas
2015-09-18MSVC projects - accommodate some modules that recently got moved or removedJohn Emmas
2015-09-17add string_compose argument specializations so that empty std::string and emp...Paul Davis
2015-09-17associate label more closely with VST path button. the plugin tab needs a co...Ben Loftis
2015-09-17Add test to libpbd to check PBD::touch_file and pbd/gstdio_compat.hTim Mayberry
2015-09-17fix g_lstat() Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-17add glib/stdio compat wrapper for mingw64-w32Robin Gareus
2015-09-16Revert "add an Amp to Delivery, remove it from Send, make use of this in vari...Paul Davis
2015-09-16Add ardour/types.h to ardour/parameter_descriptor.h for AutomationTypeTim Mayberry
2015-09-16update reported DSP load for ALSA & DummyRobin Gareus
2015-09-16CoreAudio: use libardour provided DSP load calc.Robin Gareus
2015-09-16fix DSP load bounds 0..1 and add unbound APIRobin Gareus
2015-09-16Add PBD::QPC::initialize to initialize timer and call it from PBD::initTim Mayberry
2015-09-16Make sure the QPC frequency is cached so the timer can be usedTim Mayberry
2015-09-16Use ARDOUR::DSPLoadCalculator in DummyBackendTim Mayberry
2015-09-16Use PBD::get_microseconds() from pbd/windows_timer_utils.h in DummyBackendTim Mayberry
2015-09-16Set max time of DSPLoadCalculator in every cycle in ALSA backendTim Mayberry
2015-09-16Use ARDOUR::DSPLoadCalculator in ALSA BackendTim Mayberry
2015-09-16Add test for DSPLoadCalculator to libardour testsTim Mayberry