fix mixup with previous commit
[ardour.git] / libs / ardour /
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.
2018-10-03 Robin GareusPersistent ctrl-surface state
2018-10-03 Robin GareusProperly initialize midi-meters
2018-10-02 Robin GareusFix false-positive duplicate format detection
2018-10-02 John EmmasRemove a call to 'fst_audio_master_idle()'
2018-09-30 Robin GareusFix Mixbus master-bus tape-saturation controllable
2018-09-29 John EmmasAdd support (in our MSVC projects) for using 'boost...
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-27 Paul Davismore objectification for SafeTime
2018-09-27 Paul Davisinitial hacks towards a truly thread-safe SafeTime...
2018-09-25 Robin GareusVST-state, set/restore program before loading chunk.
2018-09-25 Robin GareusAdd Lua bindings to query DSP load statistics
2018-09-23 Paul Davisemit property change for "collect" on a TransportMaster
2018-09-22 John EmmasAccommodate newly added/renamed source(s) in our MSVC...
2018-09-22 Paul Davisno more slave.h
2018-09-22 Paul Davisuse abs() instead of fabs() on integers
2018-09-22 Paul DavisRevert "MSVC complains because we're using 'fabs()...
2018-09-22 Paul Davisremove old slave files
2018-09-22 John EmmasReplace a namespace brace deleted by accident
2018-09-22 John EmmasRemove some namespace ambiguity
2018-09-22 John EmmasRemove 2 x unneeded functions in 'SlaveSessionProxy'
2018-09-22 John EmmasMSVC complains because we're using 'fabs()' to compare...
2018-09-21 Robin GareusFix typo: emit signal (don't construct an object)
2018-09-21 Robin GareusFix --no-nls (4/5), i18n include order in libs/*
2018-09-21 Robin GareusFix --no-nls (2/5), prefer #if in libs
2018-09-20 Paul Davismissing enum/properties stuff
2018-09-20 Paul Davisswitch transport masters to use properties and notify...
2018-09-19 Paul Davisnamespace change to help out on non-linux platforms
2018-09-19 Paul Davisdo not initialize boost::shared_ptr<> with zero
2018-09-19 Paul Davisboost/atomic.hpp is not used
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-09-13 Colin FletcherImplement new Enclosed region equivalence mode
2018-09-11 Robin GareusLTC-file reader: offset frame position (not timecode)
2018-09-11 Robin GareusFix LTC file-reader -- closes #7661
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-08-24 Paul DavisMonitor should be *really* unselectable
2018-08-24 Paul Davisno reason for 2 template types in CoreSelection::select...
2018-08-24 Paul Davisa couple more explanatory comments, and rename a variab...
2018-08-24 Paul Davisfix comment (method is now a template)
2018-08-24 Paul Davisadd new methods to ARDOUR::CoreSelection to centralize...
2018-08-18 Robin GareusNO-OP: whitespace
2018-08-18 Robin GareusInitialize uninitialized variable
2018-08-17 Nikolaus Gullottaadd mac_vst_plugin_info() to list_plugins() and new_plu...
2018-08-16 Robin GareusAdd missing Lua MacVST constant
2018-08-15 Robin GareusAdd API to reset plugin timing stats
2018-08-14 Robin GareusAdd a locale-independent float/double format Lua method
2018-08-08 Robin GareusProperly announce support for Vendor string
2018-08-08 Stefan WesterfeldLet VST plugins know that we implement plugin window...
2018-08-07 Robin GareusCreate plugin-metadata folder for new config
2018-08-07 Térence ClastresAdd Launch Control XL control surface support
2018-08-06 Robin GareusFix track rename oddity, don't skip over current name.
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-08-01 Robin GareusAlso expose PI::enabled()
2018-08-01 Robin GareusFix+extend PluginInsert Lua bindings
2018-07-31 Robin GareusPrepare for non-bypassable plugins (Mixbus channelstrip)
2018-07-31 Robin GareusFix mismatched delete/delete[]
2018-07-31 Ben LoftisAdd support for PreSonus Faderport2 (2018 model)
2018-07-30 Robin GareusExpose Config and Cache dirs to Lua
2018-07-30 Robin GareusFix "session dirty" flicker during session-setup.
2018-07-30 Robin GareusIgnore state-changes during deletion
2018-07-30 Robin GareusAmend VST "MasterUpdateDisplay", allow UI(s) to idle...
2018-07-30 Robin GareusFix VST callback and crash for some plugins
2018-07-26 Robin GareusPrepare types for new grid
2018-07-25 Robin GareusFall back to default Session export dir, if export...
2018-07-25 Robin GareusDon't allow invalid export Locations (when using the...
2018-07-25 Robin GareusReset export-config maps before each new export (1/2)
2018-07-25 Robin GareusAdd an API to reset export-handler configs.
2018-07-21 Robin GareusFix log-scale rangesteps and log-control numeric spinboxes
2018-07-18 Robin GareusFix and tweak LV2:RangeStep
2018-07-17 Robin GareusAdd LTC Decoder Lua Bindings
2018-07-17 Robin GareusRefactor LTC File decoder, prepare for Lua bindings
2018-07-14 Ben Loftisauto-backup: libardour part. (from mixbus)
2018-07-12 Robin GareusMonitorCue = In + Disk (fixes CC121 + push2 display)
2018-07-11 John EmmasCorrect a couple of typos
2018-07-09 Robin GareusFix lv2-state templates with external files.
next