Only show user-presets in favorite sidebar
[ardour.git] / libs /
2018-12-18 Robin GareusWouldn't it be nice if plugin presets had a description...
2018-12-18 Robin GareusAdd LV2 option/extension for plugin thread sched priority
2018-12-17 John EmmasMSVC won't allow us to erase an item that's managed...
2018-12-16 Damien Zammitptformat: Update to 877fa28 - more endian resilient...
2018-12-16 Robin GareusNO-OP: whitespace
2018-12-16 Robin GareusRemove cruft: previous set_value_unchecked optimization
2018-12-16 Robin GareusOptimize automation-event process splitting
2018-12-16 Robin GareusOptimize plugin-processing for non-automated params
2018-12-13 Robin GareusFix ExportFormatSpecification copy-c'tor
2018-12-12 Jan LentferLCXL: some more small tweaks
2018-12-12 Paul Davis replace ::cast_dynamic() with relevant ActionManage...
2018-12-12 Paul Davisreplace ::cast_dynamic() with relevant ActionManager...
2018-12-11 Paul Davismake session/Config now responsible for adding/removing...
2018-12-11 Paul Davisadd ActionManager::get_actions() to fetch all actions...
2018-12-10 Paul Davisadd basic concept of an "owner" for an action group...
2018-12-10 Paul Davisfix Window->Common move for show-mixer
2018-12-10 Paul Davisadd ActionManager::set_sensitive() for Gtk::ActionGroup
2018-12-10 Paul Davisuse ActionManager namespace, rather than ActionMap...
2018-12-10 Paul Davischange ActionManager::find_action() back to ActionManag...
2018-12-10 Paul Davisconsolidate ActionMap and ActionManager APIs into a...
2018-12-10 Paul Davisprovide (Static)ActionMapOwner::action_map()
2018-12-09 Robin Gareus"only" 1048576 -- sounds like it's not sufficient
2018-12-08 Robin GareusProperly keep track of Window Visibility, action state
2018-12-07 Robin GareusFix progress report when resampling to fixed-point...
2018-12-07 Robin GareusFix importing to a fixed-point format with resampling
2018-12-07 Paul Davisadd syntactic sugar for fetching toggle and radio actions
2018-12-05 Paul Davissome ActionMap infrastructure to start removing ActionM...
2018-12-05 Paul Davisadd new variant of ActionMap::find_action()
2018-12-05 Robin GareusSkip silent sources on session-archive -- fixes #7699
2018-12-05 Robin GareusPrevent endless read of silent files
2018-12-04 Robin GareusUse atomic read for an atomic variable
2018-12-04 Robin GareusFix logic-error in d1cf2163: hide info for optimized...
2018-12-03 Robin GareusSpecial case Mixbus Chanstrip for load calculation
2018-12-03 Robin GareusConsistent AU factory Preset IDs
2018-12-02 Robin GareusDon't invalidate AU preset on load
2018-12-02 Robin GareusImplement AU plugin-preset removal
2018-12-02 Robin GareusRestore actual plugin-preset on session-load
2018-12-01 Robin GareusTowards fixing AU preset invalidation
2018-12-01 Robin GareusAU: mark preset dirty when parameter changes
2018-12-01 Robin GareusFix AU preset handling
2018-11-29 Robin GareusFix a tiny memory leak, add_instant_xml() copies the...
2018-11-29 Robin GareusFix uninitialized variable
2018-11-29 Robin GareusNO-OP: whitespace
2018-11-29 Robin GareusFix a tiny memory-leak when calling vfork
2018-11-29 Robin GareusDisk I/O: only allocate midi-buffer if needed
2018-11-28 Robin GareusFix a potential memory-corruption
2018-11-28 Robin GareusRemove ambiguous API implementation
2018-11-28 Robin GareusConsolidate ambiguous engine API calls
2018-11-26 Robin GareusFix stuck connection block when template load fails.
2018-11-26 Robin GareusPrevent deadlock when removing routes w/o engine
2018-11-26 Robin GareusDon't allow to add/remove monitor-section w/o engine
2018-11-26 Robin GareusFix various issues when the engine disconnects:
2018-11-25 Robin GareusDo not allocate MIDI buffers for signal analysis
2018-11-25 Robin GareusFix Linux/PPC64 runtime
2018-11-25 Robin GareusAllow compilation with winpthreads -- closes #7691
2018-11-24 Robin GareusAuditioner: check if removing synth succeeds
2018-11-23 Robin GareusHandle some midnam edge-cases
2018-11-23 Robin GareusNO-OP: whitespace and re-organization
2018-11-23 Robin GareusLoad audition synth on demand
2018-11-23 Robin GareusUpdate Fluidsynth to v2.0.2
2018-11-23 John EmmasAdd/remove source(s) in our MSVC project (audiographer)
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 GareusAdd Pipe-to-command export backend
2018-11-19 Robin GareusMove video-tool paths to libardour (1/2)
2018-11-19 Robin GareusAdd API to write raw data to child processes.
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-13 Len OvensOSC: New personal monitor buses no longer need to be...
2018-11-13 Len OvensOSC: logic thinko fix
2018-11-11 Jan LentferLCXL: some final fixes
2018-11-08 Len OvensOSC: specify which stiripable type we want
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 ...
next