Skip silent sources on session-archive -- fixes #7699
[ardour.git] / libs / surfaces /
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-10-30 Len OvensOSC: Allow non-cue surfaces to create personal send...
2018-10-19 Len OvensAdd personal monitor sends
2018-10-18 Robin GareusFix scalar initialization of shared_ptr<>.
2018-10-17 Len OvensOption to hide send if aux is hidden
2018-10-17 Jan LentferLCXL: complete overhaul and Mixbus support
2018-10-17 Térence ClastresLCXL: Assign one callback function per Knob/Fader
2018-10-16 Len OvensOSC: personal monitor can hide the aux bus
2018-10-16 Len OvensOSC: personal monitor send hidden follows aux hidden
2018-10-16 Len OvensOSC: personal monitor should only send signal present...
2018-10-15 Len OvensOSC: allow personal monitor to add a send.
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-10-07 Ben LoftisFaderport(Classic): Add Record-PreRoll and Record-Count...
2018-10-05 Paul Davismove away from "sync source" concepts
2018-10-05 Ben LoftisFix the User button for Mixbus; we use it as a button...
2018-10-04 Robin GareusHandle generic-midi bindings per session.
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
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-22 Jan LentferLCXL: fix off by one cause by fader8master
2018-09-22 Jan LentferLCXL: Fix a crash on exit
2018-09-21 Robin GareusFix --no-nls (4/5), i18n include order in libs/*
2018-09-18 Len OvensOSC: Allow personal monitor to change output connection
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-25 Jan LentferLCXL: add visual feedback for sec button functions
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-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-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...
2018-08-09 Térence ClastresAdd reset method and use it during start-up/shutdown
2018-08-09 Térence ClastresAdd missing set_color(Off) in else statement
2018-08-09 Térence ClastresCorrect formatting for if/else statements
2018-08-09 Térence ClastresFix wrong note number offset
2018-08-08 Paul Davisfix button note number map lookup
2018-08-07 Paul Davisemacs whitespace fixes
2018-08-07 Paul Davisexplicitly drop connections from destructor
2018-08-07 Paul Davisdon't use an invalidator when connecting an EventLoop...
2018-08-07 Paul Davisfix uninitialized pointer error in launch control code
2018-08-07 Robin GareusFix invalid C++11isms: don't use of enum as class or...
2018-08-07 Robin GareusFix C++98 compatibility error
2018-08-07 Robin GareusLCXL: add missing request-buffer factory.
2018-08-07 Robin GareusFix -Wnon-virtual-dtor
2018-08-07 Robin GareusFix invalid use of enum as class or namespace.
2018-08-07 Robin GareusNO-OP: whitespace
2018-08-07 Térence ClastresAdd Launch Control XL control surface support
2018-08-01 Ben LoftisFP2: Fix banking in NavChannel mode.
2018-07-31 Robin GareusTweak FP2/2018 Ctrl-Surface UI
2018-07-31 Robin GareusTweak UI for Faderport2/2018
2018-07-31 Robin GareusFix Faderport8/16 support in the wake of FP2
2018-07-31 Ben LoftisAdd support for PreSonus Faderport2 (2018 model)
2018-07-12 Robin GareusCC121: cycle track monitoring states
2018-07-12 Robin GareusCC121: watch Track monitoring state
2018-07-06 Len OvensOSC: custom mode should turn temp mode off
2018-07-06 Len OvensOSC: record tally should include master record
2018-07-06 Len OvensOSC: Use spill instead of collect
2018-07-06 Len OvensOSC: make temp modes work with linked surfaces too
2018-07-05 Robin GareusPrepare CC121 ctrl surface for Mixbus
2018-07-05 Len OvensOSC: Set lowest select meter to -120 for mixbus
2018-07-02 Len OvensOSC: Make sure group name for select gets updated
2018-07-01 Len OvensOSC: bugfix, select/next\previous sometimes resets...
2018-06-30 Len OvensOSC: Add collect of groups or subgroups
next