AU: mark preset dirty when parameter changes
[ardour.git] / libs /
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...
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-08 Robin GareusProperly announce support for Vendor string
2018-08-08 Stefan WesterfeldLet VST plugins know that we implement plugin window...
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 Paul Davisbetter debug message with correct namespace for EventLo...
2018-08-07 Robin GareusCreate plugin-metadata folder for new config
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-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 Ben LoftisFP2: Fix banking in NavChannel mode.
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 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-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-26 Robin GareusFix crash when testing invalid MIDI file.
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-25 Robin GareusClarify error message when file cannot be created,
2018-07-24 Robin GareusDistinguish unset MIDI Patch and bank 0
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
next