Do not allocate MIDI buffers for signal analysis
[ardour.git] / libs / ardour /
2018-11-25 Robin GareusDo not allocate MIDI buffers for signal analysis
2018-11-25 Robin GareusFix Linux/PPC64 runtime
2018-11-24 Robin GareusAuditioner: check if removing synth succeeds
2018-11-23 Robin GareusNO-OP: whitespace and re-organization
2018-11-23 Robin GareusLoad audition synth on demand
2018-11-23 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2018-11-22 Robin GareusAmend prev. commit, actually remove (1.0 - x) as was...
2018-11-22 Robin GareusBackwards compatible sndfile support
2018-11-22 Robin GareusSave LV2 Port Property values locally
2018-11-21 Robin GareusAllow to revert export-format from disk
2018-11-21 Robin GareusSet encoder quality for existing ExportFormatSpecs
2018-11-20 Robin GareusInclude session-metadata in external/ffmpeg export
2018-11-20 Robin GareusPrepare session-metadata export to external command
2018-11-20 Robin GareusImplement vorbis encoder quality
2018-11-19 Robin GareusImplement FFMPEG/MP3 export-format spec and profile
2018-11-19 Robin GareusPrepare export-format codec-quality setting
2018-11-19 Robin GareusFix Windows and Mac Builds
2018-11-19 Robin GareusInitial backend support for external export encoder
2018-11-19 Robin GareusMove video-tool paths to libardour (1/2)
2018-11-16 Robin GareusUpdate classkeys to match new total LuaSignal count...
2018-11-13 Len OvensMake foldback bus match foldback sends namewise
2018-11-13 Len OvensChanged send/deliver role "Personal" to "Foldback"...
2018-11-08 Len Ovensget_stripables and get_routelist are now presentationin...
2018-11-07 Robin GareusConsolidate VST Plugin Info
2018-11-07 Robin GareusForce VST category to be "Instrument" for instruments.
2018-11-07 Robin GareusHonor effFlagsIsSynth and always assume those VSTs...
2018-11-07 Robin GareusAdd support for recording to .flac
2018-11-07 Robin GareusNO-OP: whitespace
2018-11-07 Robin GareusClose files at rec-stop (re-open as needed)
2018-11-04 Robin GareusRemove C++11'ism
2018-11-04 Robin GareusFix AudioUnit, missing const in cbef72b8a13
2018-11-04 Robin GareusPrefer const references for Pin/Channel maps
2018-11-04 Robin GareusPlugin pin-mapping micro-optimization
2018-11-04 Robin GareusOptimize Plugin connect & run API, use const maps
2018-11-04 Robin GareusOptimize Parameter Control Loop
2018-11-03 Paul Davisrename TransportMasterManager::init() to ::set_default_...
2018-11-03 Paul Davisfix crash during first-run configuration of the applica...
2018-11-01 Johannes MuellerCreate sidechain ports when created from template ...
2018-11-01 Johannes MuellerUpdate names of sidechains.
2018-11-01 Robin GareusSkip VST version check to detect MIDI inputs
2018-10-31 Robin GareusAdd option to limit automatable control parmaters
2018-10-31 Robin GareusRemove duplicate call
2018-10-30 Len OvensAdd ListenBus to stripable types
2018-10-29 Robin GareusSafe-guard non-rt-safe sidechain operations
2018-10-27 Robin GareusFix incorrect VST callback fall-though (effective NOOP)
2018-10-27 Robin GareusFix another compiler warning
2018-10-26 Robin GareusFix some Wimplicit-fallthrough
2018-10-26 Robin GareusFix some compiler warnings (exception catches)
2018-10-26 Robin GareusGlib throws a const FileError exception
2018-10-26 Robin GareusFix Lua bindings (music-time, mapping)
2018-10-25 Robin GareusFix race-condition/deadlock, plugin-copy while rolling
2018-10-23 Robin GareusFix typo in binding, amend 9bbbc7fbe
2018-10-22 Robin GareusSort VST factory presets
2018-10-22 John EmmasRemaining changes needed to build zita-convolver with...
2018-10-22 John EmmasAdd MSVC support for building the 'zita-convolver'...
2018-10-21 Robin GareusPotential fix for lost VST MIDI events
2018-10-20 Christopher ArndtAvoid use of 'std::to_string
2018-10-20 Christopher ArndtAdd plugin version and parameter count to VST user...
2018-10-19 Len OvensPersonal monitor now saves and restores
2018-10-19 Robin GareusLua bindings for convolution DSP
2018-10-19 Robin GareusImplement basic libardour convolution DSP
2018-10-19 Robin GareusAllow Lua DSP processors to report latency
2018-10-19 Len OvensAdd personal monitor sends
2018-10-17 Andreas MüllerFollow fluidsynth's API changes introduced with 2.0.0
2018-10-17 Len OvensNoop: fix white space
2018-10-17 Len OvensOption to hide send if aux is hidden
2018-10-17 Paul Daviscorrect comment
2018-10-17 Paul Davisadd new API for retrieving port flags from backend
2018-10-17 Paul Daviswhen calling Session::engine_halted() after a user...
2018-10-16 Len OvensOSC: personal monitor send hidden follows aux hidden
2018-10-15 Paul Davisindentation fix
2018-10-15 Paul Davis#include tidy-up
2018-10-15 John EmmasRemove a #include and substitute a forward declaration...
2018-10-15 John EmmasAdapt some MSVC projects to accommodate the changes...
2018-10-15 Paul Davisfix several inter-related problems with libptformat
2018-10-13 John EmmasClarify where the file 'ptfformat.h' can be found
2018-10-13 John EmmasAccommodate newly introduced source(s) in our MSVC...
2018-10-12 Damien ZammitPT import: Minor changes to session
2018-10-12 Damien ZammitPT import: Add new import_pt.cc session methods
2018-10-11 Robin GareusUse new RT-priority API
2018-10-11 Robin GareusAdd API to query backend realtime thread priority
2018-10-10 Robin GareusFix master_send_enable_controllable for Mixbusses
2018-10-10 Robin GareusFix inconsistent controllable Lua binding names
2018-10-10 Robin GareusFix well-known control Lua bindings
2018-10-09 Robin GareusRemove unused variable
2018-10-08 Paul Davissome rather simple code to allow MIDI Clock to set...
2018-10-07 Paul Davisfix duplicate name check for new transport master
2018-10-07 Paul Davisfix return value and avoid unnecessary extra conditional
2018-10-07 Paul Davisremove crazy thinko
2018-10-05 Robin GareusProperly disable looping when deleting loop-range
2018-10-05 Robin GareusNO-OP: whitespace
2018-10-05 Paul Davismake remove work for transport masters (bug fix, really)
2018-10-05 Paul Davisstop MIDIClock transport master reporting continued...
2018-10-05 Paul Davismove away from "sync source" concepts
2018-10-05 Paul Davislaying the groundwork for adding/removing transport...
2018-10-04 Paul Davisremove LTC port parameter, since it's no longer a thing.
2018-10-04 Paul Davisadd new ::update_interval() method for transport master...
2018-10-04 Paul Davisfix error introduced in MTC transport master
2018-10-04 Robin GareusSort Session templates alphabetically
2018-10-04 Robin GareusHandle generic-midi bindings per session.
next