ardour.git
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 GareusTab to prev/next name-entry: skip only rec-armed tracks
2018-12-04 Robin GareusFix logic-error in d1cf2163: hide info for optimized...
2018-12-03 Robin GareusExpose DSP load window
2018-12-03 Robin GareusDon't show DSP stats of inserts that don't collect...
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 GareusGUI Updates for plugin save/delete operations
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-12-01 Robin GareusNight of the typos III (amend prev 2 commits)
2018-12-01 Robin GareusAlso use xjadeo 64bit windows version
2018-11-30 Robin GareusHarvid and xjadeo now feature 32/64bit window version(s)
2018-11-30 Robin GareusFreeze harvid/xjadeo PPC version
2018-11-29 Paul Davisfix incorrect accumulation of export video options...
2018-11-29 Robin GareusFix a tiny memory leak, add_instant_xml() copies the...
2018-11-29 Robin GareusDelete temporary Window Proxy for dialogs
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-28 Robin GareusConsolidate API, prefer ->running()
2018-11-28 Robin GareusConsolidate two more engine-checks
2018-11-28 Robin GareusNO-OP: Clarify function name
2018-11-27 Robin GareusUse central method to check for engine for processor...
2018-11-27 Robin GareusUse central method to check for engine where required
2018-11-27 Robin GareusPrepare central engine check and user notification
2018-11-27 Robin GareusCatch potential exceptions when adding tracks/busses
2018-11-27 Robin GareusGUI limitation: Require engine to add/remove tracks...
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 GareusFix a double-free, introduced in b06713bd8e57
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-25 Robin GareusBundle x42-limiter with binaries
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 (gtk2_ardour)
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 GareusExtend LV2UI-Request-Parameter File/Path GUI
2018-11-22 Robin GareusSave LV2 Port Property values locally
2018-11-22 Robin GareusFix LV2UI_Request_Parameter Feature URI
2018-11-21 Robin GareusUpdate codec-quality display when ExportFormat changes
2018-11-21 Robin GareusProperly revert FormatSpec changes on "cancel"
2018-11-21 Robin GareusAllow to revert export-format from disk
2018-11-21 Robin GareusSet encoder quality for existing ExportFormatSpecs
2018-11-21 Robin GareusEarly prototype for _LV2UI_Request_Parameter extension
2018-11-20 Olivier HumbertFix a window size potential issue
2018-11-20 Robin GareusUpdate GUI, use/remove meta-data methods that have...
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 GareusVorbis Quality Config GUI
2018-11-20 Robin GareusImplement vorbis encoder quality
2018-11-19 Robin GareusHandle port-export report of unplayable files
2018-11-19 Robin GareusAdd some mp3 export presets
2018-11-19 Robin GareusFFMPEG/MP3 encoder quality select GUI
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 GareusUse libardour video-tool path (2/2)
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 GareusLower impact of periodic backup script.
2018-11-16 Robin GareusUpdate classkeys to match new total LuaSignal count...
2018-11-16 Robin GareusAdd a 1Hz Lua Callback Signal
2018-11-15 Robin GareusProperly limit generic-UI window size
2018-11-15 Robin GareusAdd headless split benchmark script
2018-11-15 Robin GareusLuaSession: allow multi-line commands and functions
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-12 Robin GareusFix load/save Lua Editor scripts
2018-11-12 Robin GareusFix saving Lua Callbacks when un/register succeeds
2018-11-12 Robin Gareusamend 02f92300, skip backup snapshot when recording
2018-11-11 Robin GareusAdd Lua script to benchmark region-split operation
2018-11-11 Robin GareusAdd callback script to periodically save a backup snapshot
2018-11-11 Jan LentferLCXL: some final fixes
2018-11-11 Robin GareusAnother engine dialog edge-case fix to set the samplerate
2018-11-11 Robin GareusFix sample-rate override when changing backends or...
next