DSP-Load Window: subscribe to newly added routes
[ardour.git] / libs /
2018-10-03 Robin GareusPersistent ctrl-surface state
2018-10-03 Robin GareusPrevent excessive meter redraws for inactive meters...
2018-10-03 Robin GareusProperly initialize midi-meters
2018-10-02 Robin GareusPrepare a boxy, no round borders, button-style
2018-10-02 Robin GareusFix false-positive duplicate format detection
2018-10-02 Damien Zammitlibptformat: Add ability to reuse object && add path...
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-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-29 John EmmasAdd support (in our MSVC projects) for using 'boost...
2018-09-28 Robin GareusFP8/16: include makeup gain control
2018-09-27 Albert GraefMCP: Fix up the feedback for the view selection buttons.
2018-09-27 Albert GraefMCP: Allow the current bank to move right one channel...
2018-09-27 Albert GraefMCP: Fix up the feedback for the bank left/right buttons.
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-27 Paul Davischange type of MIDI::Parser::position signal to include...
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 Davisremove debug output
2018-09-23 Paul Davisremove debug output
2018-09-23 Paul Davisdefer creating a visibility tracker for a window until...
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 Jan LentferLCXL: fix off by one cause by fader8master
2018-09-22 Jan LentferLCXL: Fix a crash on exit
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-18 Len OvensOSC: Allow personal monitor to change output connection
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 Len OvensOSC: Personal monitoring can add a new aux
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-09-06 Robin GareusAdd missing cast (NoteButton to TrackButton)
2018-09-06 Robin GareusFix an invalid conversion from 'int' to non-scalar.
2018-09-04 Jan LentferLCXL: Refactor code to use boost::shared_ptr
2018-09-03 Robin GareusFix shared_ptr initialization
2018-09-02 Paul Davisuse boost::shared_ptr<> to manage Button/Pad lifetimes...
2018-08-30 Térence ClastresLCXL: Fix check if ports exist
2018-08-30 Robin GareusP2: Fix check if ports exist
2018-08-29 Jan LentferLCXL: Fix two crashes
2018-08-29 Robin GareusIncrease alsa-backend timeout
2018-08-25 Jan LentferLCXL: add visual feedback for sec button functions
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-24 Robin GareusCleanup various design patterns.
2018-08-24 Paul Davismove select-all-tracks,deselect-all,invert-selection...
2018-08-22 Térence ClastresRevert "LCXL: Fast skip to first/last stripable with...
2018-08-22 Térence ClastresLCXL: Make knobs' leds' color constant when controlling...
2018-08-22 Térence ClastresLCXL: track select: change from 1 strip at a time to...
2018-08-22 Jan LentferLCXL: Mixbus secondary function for Ctrl buttons
2018-08-22 Jan LentferLCXL: Add some Mixbus functionality
2018-08-22 Jan LentferLCXL: save assignment of 8th fader in config
2018-08-22 Jan LentferLCXL: fix some more typos
2018-08-18 Térence ClastresLCXL: Fast skip to first/last stripable with left/right...
2018-08-18 Térence ClastresLCXL: fix crash when disabling the surface while having...
2018-08-18 Jan LentferLCXL: Add configuration option for handling master
2018-08-18 Térence ClastresAdd knob leds and refine colors
2018-08-18 Jan LentferLCXL: fix typos in function names
2018-08-18 Jan LentferLCXL: add isolate solo as secondary function
2018-08-18 Jan LentferLCXL: split track focus button and led code
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 Térence ClastresCode styling: remove whitespaces between parenthesis
2018-08-15 Térence ClastresAttempt to make some function's names more explicit
2018-08-15 Térence ClastresFix track select right led wrong behaviour
2018-08-15 Térence ClastresFix track buttons not working when selecting the last...
2018-08-15 Robin GareusRemove some unused includes
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-13 Jan LentferLCXL: Reorganize knobs functions
2018-08-13 Jan LentferLCXL: implement mute, solo and record arm toggles
2018-08-13 Térence ClastresAdd pick-up mode and use it for knobs and faders
2018-08-09 Térence ClastresAdd Launch Control XL icon
2018-08-09 Térence ClastresTurn off button led if it doesn't control a stripable
2018-08-09 Térence ClastresCall switch_bank() and use button_track_mode() within...
next